Shades of Lavender Pink #F5AED2
Tints of Lavender Pink #F5AED2
RGB
CMYK
RGB Variations
Color information
#F5AED2 (or 0xF5AED2) is known color: Lavender Pink. HEX triplet: F5, AE and D2. RGB value is (245,174,210). Sum of RGB (Red+Green+Blue) = 245+174+210=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 210 (82.42% from 255 or 33.39% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AED2 is #0A512D. Grayscale: #C7C7C7. Windows color (decimal): -676142 or 13807349. OLE color: 13807349.
HSL color Cylindrical-coordinate representation of color #F5AED2: hue angle of 329.58º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AED2 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 174 | 210 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.04 |
| HSL | 329.58º | 0.78% | 0.82% | - |
| HSV(B) | 329.58º | 0.29% | 0.96% | - |
| XYZ | 64.43 | 54.34 | 68.07 | - |
| YUV | 199.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 174 | 210 | 0 | 0.29 | 0.14 | 0.04 | 329.58 | 0.78 | 0.82 |
| Hex | F5 | AE | D2 | 0 | 1D | E | 4 | 14A | 4E | 52 |
| Octal | 365 | 256 | 322 | 0 | 35 | 16 | 4 | 512 | 116 | 122 |
| Binary | 11110101 | 10101110 | 11010010 | 0 | 11101 | 1110 | 100 | 101001010 | 1001110 | 1010010 |
Color Harmonies of #F5AED2
Complementary color
Monochromatic Colors of #F5AED2
Black with #F5AED2
Text Example
Text Example
White with #F5AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AED2; }
p { color: rgb(245,174,210); }
H1.HeaderClassName
{
color: #F5AED2;
}
.AnyTagClassName
{
color: #F5AED2;
}
</style>
background-color css
<style>
a { background-color: #F5AED2; }
a { background-color: rgb(245,174,210); }
div.DivClassName
{
background-color: #F5AED2;
}
.BgClassName
{
background-color: #F5AED2;
}
</style>
border-color css
<style>
span { border-color: #F5AED2; }
span { border-color: rgb(245,174,210); }
td.TdClassName
{
border-color: #F5AED2;
}
.TagClassName
{
border-color: #F5AED2;
}
</style>