Shades of Lavender Rose #F9A2DF
Tints of Lavender Rose #F9A2DF
RGB
CMYK
RGB Variations
Color information
#F9A2DF (or 0xF9A2DF) is known color: Lavender Rose. HEX triplet: F9, A2 and DF. RGB value is (249,162,223). Sum of RGB (Red+Green+Blue) = 249+162+223=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A2DF is #065D20. Grayscale: #C2C2C2. Windows color (decimal): -417057 or 14656249. OLE color: 14656249.
HSL color Cylindrical-coordinate representation of color #F9A2DF: hue angle of 317.93º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A2DF is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 223 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.02 |
| HSL | 317.93º | 0.88% | 0.81% | - |
| HSV(B) | 317.93º | 0.35% | 0.98% | - |
| XYZ | 65.31 | 51.31 | 76.27 | - |
| YUV | 194.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 223 | 0 | 0.35 | 0.10 | 0.02 | 317.93 | 0.88 | 0.81 |
| Hex | F9 | A2 | DF | 0 | 23 | A | 2 | 13E | 58 | 51 |
| Octal | 371 | 242 | 337 | 0 | 43 | 12 | 2 | 476 | 130 | 121 |
| Binary | 11111001 | 10100010 | 11011111 | 0 | 100011 | 1010 | 10 | 100111110 | 1011000 | 1010001 |
Color Harmonies of #F9A2DF
Complementary color
Monochromatic Colors of #F9A2DF
Black with #F9A2DF
Text Example
Text Example
White with #F9A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A2DF; }
p { color: rgb(249,162,223); }
H1.HeaderClassName
{
color: #F9A2DF;
}
.AnyTagClassName
{
color: #F9A2DF;
}
</style>
background-color css
<style>
a { background-color: #F9A2DF; }
a { background-color: rgb(249,162,223); }
div.DivClassName
{
background-color: #F9A2DF;
}
.BgClassName
{
background-color: #F9A2DF;
}
</style>
border-color css
<style>
span { border-color: #F9A2DF; }
span { border-color: rgb(249,162,223); }
td.TdClassName
{
border-color: #F9A2DF;
}
.TagClassName
{
border-color: #F9A2DF;
}
</style>