Shades of Lavender Pink #F9AED2
Tints of Lavender Pink #F9AED2
RGB
CMYK
RGB Variations
Color information
#F9AED2 (or 0xF9AED2) is known color: Lavender Pink. HEX triplet: F9, AE and D2. RGB value is (249,174,210). Sum of RGB (Red+Green+Blue) = 249+174+210=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AED2 is #06512D. Grayscale: #C8C8C8. Windows color (decimal): -413998 or 13807353. OLE color: 13807353.
HSL color Cylindrical-coordinate representation of color #F9AED2: hue angle of 331.2º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AED2 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 174 | 210 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.02 |
| HSL | 331.2º | 0.86% | 0.83% | - |
| HSV(B) | 331.2º | 0.3% | 0.98% | - |
| XYZ | 65.84 | 55.06 | 68.13 | - |
| YUV | 200.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 174 | 210 | 0 | 0.30 | 0.16 | 0.02 | 331.2 | 0.86 | 0.83 |
| Hex | F9 | AE | D2 | 0 | 1E | 10 | 2 | 14B | 56 | 53 |
| Octal | 371 | 256 | 322 | 0 | 36 | 20 | 2 | 513 | 126 | 123 |
| Binary | 11111001 | 10101110 | 11010010 | 0 | 11110 | 10000 | 10 | 101001011 | 1010110 | 1010011 |
Color Harmonies of #F9AED2
Complementary color
Monochromatic Colors of #F9AED2
Black with #F9AED2
Text Example
Text Example
White with #F9AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AED2; }
p { color: rgb(249,174,210); }
H1.HeaderClassName
{
color: #F9AED2;
}
.AnyTagClassName
{
color: #F9AED2;
}
</style>
background-color css
<style>
a { background-color: #F9AED2; }
a { background-color: rgb(249,174,210); }
div.DivClassName
{
background-color: #F9AED2;
}
.BgClassName
{
background-color: #F9AED2;
}
</style>
border-color css
<style>
span { border-color: #F9AED2; }
span { border-color: rgb(249,174,210); }
td.TdClassName
{
border-color: #F9AED2;
}
.TagClassName
{
border-color: #F9AED2;
}
</style>