Shades of Lavender Rose #F9ABDD
Tints of Lavender Rose #F9ABDD
RGB
CMYK
RGB Variations
Color information
#F9ABDD (or 0xF9ABDD) is known color: Lavender Rose. HEX triplet: F9, AB and DD. RGB value is (249,171,221). Sum of RGB (Red+Green+Blue) = 249+171+221=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ABDD is #065422. Grayscale: #C7C7C7. Windows color (decimal): -414755 or 14527481. OLE color: 14527481.
HSL color Cylindrical-coordinate representation of color #F9ABDD: hue angle of 321.54º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ABDD is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 171 | 221 | - |
CMYK | 0 | 0.31 | 0.11 | 0.02 |
HSL | 321.54º | 0.87% | 0.82% | - |
HSV(B) | 321.54º | 0.31% | 0.98% | - |
XYZ | 66.68 | 54.49 | 75.41 | - |
YUV | 200.02 | 139.84 | 162.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 171 | 221 | 0 | 0.31 | 0.11 | 0.02 | 321.54 | 0.87 | 0.82 |
Hex | F9 | AB | DD | 0 | 1F | B | 2 | 142 | 57 | 52 |
Octal | 371 | 253 | 335 | 0 | 37 | 13 | 2 | 502 | 127 | 122 |
Binary | 11111001 | 10101011 | 11011101 | 0 | 11111 | 1011 | 10 | 101000010 | 1010111 | 1010010 |
Color Harmonies of #F9ABDD
Complementary color
Monochromatic Colors of #F9ABDD
Black with #F9ABDD
Text Example
Text Example
White with #F9ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ABDD; }
p { color: rgb(249,171,221); }
H1.HeaderClassName
{
color: #F9ABDD;
}
.AnyTagClassName
{
color: #F9ABDD;
}
</style>
background-color css
<style>
a { background-color: #F9ABDD; }
a { background-color: rgb(249,171,221); }
div.DivClassName
{
background-color: #F9ABDD;
}
.BgClassName
{
background-color: #F9ABDD;
}
</style>
border-color css
<style>
span { border-color: #F9ABDD; }
span { border-color: rgb(249,171,221); }
td.TdClassName
{
border-color: #F9ABDD;
}
.TagClassName
{
border-color: #F9ABDD;
}
</style>