Shades of Lavender Rose #F9A1DD
Tints of Lavender Rose #F9A1DD
RGB
CMYK
RGB Variations
Color information
#F9A1DD (or 0xF9A1DD) is known color: Lavender Rose. HEX triplet: F9, A1 and DD. RGB value is (249,161,221). Sum of RGB (Red+Green+Blue) = 249+161+221=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 161 (63.28% from 255 or 25.52% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1DD is #065E22. Grayscale: #C2C2C2. Windows color (decimal): -417315 or 14524921. OLE color: 14524921.
HSL color Cylindrical-coordinate representation of color #F9A1DD: hue angle of 319.09º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A1DD is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 161 | 221 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.02 |
| HSL | 319.09º | 0.88% | 0.8% | - |
| HSV(B) | 319.09º | 0.35% | 0.98% | - |
| XYZ | 64.86 | 50.85 | 74.8 | - |
| YUV | 194.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 161 | 221 | 0 | 0.35 | 0.11 | 0.02 | 319.09 | 0.88 | 0.8 |
| Hex | F9 | A1 | DD | 0 | 23 | B | 2 | 13F | 58 | 50 |
| Octal | 371 | 241 | 335 | 0 | 43 | 13 | 2 | 477 | 130 | 120 |
| Binary | 11111001 | 10100001 | 11011101 | 0 | 100011 | 1011 | 10 | 100111111 | 1011000 | 1010000 |
Color Harmonies of #F9A1DD
Complementary color
Monochromatic Colors of #F9A1DD
Black with #F9A1DD
Text Example
Text Example
White with #F9A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A1DD; }
p { color: rgb(249,161,221); }
H1.HeaderClassName
{
color: #F9A1DD;
}
.AnyTagClassName
{
color: #F9A1DD;
}
</style>
background-color css
<style>
a { background-color: #F9A1DD; }
a { background-color: rgb(249,161,221); }
div.DivClassName
{
background-color: #F9A1DD;
}
.BgClassName
{
background-color: #F9A1DD;
}
</style>
border-color css
<style>
span { border-color: #F9A1DD; }
span { border-color: rgb(249,161,221); }
td.TdClassName
{
border-color: #F9A1DD;
}
.TagClassName
{
border-color: #F9A1DD;
}
</style>