Shades of Lavender Rose #F9ABFC
Tints of Lavender Rose #F9ABFC
RGB
CMYK
RGB Variations
Color information
#F9ABFC (or 0xF9ABFC) is known color: Lavender Rose. HEX triplet: F9, AB and FC. RGB value is (249,171,252). Sum of RGB (Red+Green+Blue) = 249+171+252=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 171 (67.19% from 255 or 25.45% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9ABFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ABFC is #065403. Grayscale: #CBCBCB. Windows color (decimal): -414724 or 16559097. OLE color: 16559097.
HSL color Cylindrical-coordinate representation of color #F9ABFC: hue angle of 297.78º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9ABFC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 171 | 252 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.01 |
| HSL | 297.78º | 0.93% | 0.83% | - |
| HSV(B) | 297.78º | 0.32% | 0.99% | - |
| XYZ | 71.2 | 56.29 | 99.21 | - |
| YUV | 203.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 171 | 252 | 0.01 | 0.32 | 0 | 0.01 | 297.78 | 0.93 | 0.83 |
| Hex | F9 | AB | FC | 1 | 20 | 0 | 1 | 12A | 5D | 53 |
| Octal | 371 | 253 | 374 | 1 | 40 | 0 | 1 | 452 | 135 | 123 |
| Binary | 11111001 | 10101011 | 11111100 | 1 | 100000 | 0 | 1 | 100101010 | 1011101 | 1010011 |
Color Harmonies of #F9ABFC
Complementary color
Monochromatic Colors of #F9ABFC
Black with #F9ABFC
Text Example
Text Example
White with #F9ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ABFC; }
p { color: rgb(249,171,252); }
H1.HeaderClassName
{
color: #F9ABFC;
}
.AnyTagClassName
{
color: #F9ABFC;
}
</style>
background-color css
<style>
a { background-color: #F9ABFC; }
a { background-color: rgb(249,171,252); }
div.DivClassName
{
background-color: #F9ABFC;
}
.BgClassName
{
background-color: #F9ABFC;
}
</style>
border-color css
<style>
span { border-color: #F9ABFC; }
span { border-color: rgb(249,171,252); }
td.TdClassName
{
border-color: #F9ABFC;
}
.TagClassName
{
border-color: #F9ABFC;
}
</style>