Color #F5ADF0

HEX

#F5ADF0

RGB

(245, 173, 240)

Quick Actions

Color Values

Color Space Values
RGB
R: 245, G: 173, B: 240 (96%, 68%, 94%)
CMYK C: 0%, M: 29%, Y: 2%, K: 4%
HSL H: 304°, S: 78%, L: 82%
HSV H: 304°, S: 29%, V: 96%
CIE-LAB L: 79.38, a: 36.79, b: -22.95
CIE-LCH L: 79.38, C: 43.36, H: 328.04
Hunter-Lab L: 74.56, a: 29.9, b: -31.9
Web Safe
#ff99ff
Complementary
#adf5b2

#F5ADF0 is a color with RGB values of 245 red, 173 green, and 240 blue (96%, 68%, 94% respectively). In the CMYK color space, it consists of 0% cyan, 29% magenta, 2% yellow, and 4% black. The color has a hue angle of 304°, 78% saturation, and 82% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #ff99ff. The complementary color is #adf5b2, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #F5ADF0

Explore different variations of #F5ADF0 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #F5ADF0. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #F5ADF0

Explore different color combinations and harmonies that work well with #F5ADF0.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #F5ADF0

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #F5ADF0

Text with #F5ADF0

This text has a font color of #F5ADF0.

<span style="color:#F5ADF0;">Text here</span>
.text { color: #F5ADF0; }

#F5ADF0 background color

This paragraph has a background color of #F5ADF0.

<p style="background-color:#F5ADF0;">Content here</p>
.background { background-color: #F5ADF0; }

#F5ADF0 border color

This element has a border color of #F5ADF0.
<div style="border:1px solid #F5ADF0;">Content here</div>
.border { border: 1px solid #F5ADF0; }

#F5ADF0 box shadow

This element has a box shadow using #F5ADF0.
<div style="box-shadow: 0 4px 6px -1px #F5ADF080">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #F5ADF080; }
Copied to clipboard!