Shades of Lavender Rose #FABBF9
Tints of Lavender Rose #FABBF9
RGB
CMYK
RGB Variations
Color information
#FABBF9 (or 0xFABBF9) is known color: Lavender Rose. HEX triplet: FA, BB and F9. RGB value is (250,187,249). Sum of RGB (Red+Green+Blue) = 250+187+249=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 187 (73.44% from 255 or 27.26% from 686); Blue value is 249 (97.66% from 255 or 36.30% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBF9 is #054406. Grayscale: #D4D4D4. Windows color (decimal): -345095 or 16366586. OLE color: 16366586.
HSL color Cylindrical-coordinate representation of color #FABBF9: hue angle of 300.95º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABBF9 is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 249 | - |
| CMYK | 0 | 0.25 | 0.00 | 0.02 |
| HSL | 300.95º | 0.86% | 0.86% | - |
| HSV(B) | 300.95º | 0.25% | 0.98% | - |
| XYZ | 74.29 | 62.7 | 97.81 | - |
| YUV | 212.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 249 | 0 | 0.25 | 0.00 | 0.02 | 300.95 | 0.86 | 0.86 |
| Hex | FA | BB | F9 | 0 | 19 | 0 | 2 | 12D | 56 | 56 |
| Octal | 372 | 273 | 371 | 0 | 31 | 0 | 2 | 455 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11111001 | 0 | 11001 | 0 | 10 | 100101101 | 1010110 | 1010110 |
Color Harmonies of #FABBF9
Complementary color
Monochromatic Colors of #FABBF9
Black with #FABBF9
Text Example
Text Example
White with #FABBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBF9; }
p { color: rgb(250,187,249); }
H1.HeaderClassName
{
color: #FABBF9;
}
.AnyTagClassName
{
color: #FABBF9;
}
</style>
background-color css
<style>
a { background-color: #FABBF9; }
a { background-color: rgb(250,187,249); }
div.DivClassName
{
background-color: #FABBF9;
}
.BgClassName
{
background-color: #FABBF9;
}
</style>
border-color css
<style>
span { border-color: #FABBF9; }
span { border-color: rgb(250,187,249); }
td.TdClassName
{
border-color: #FABBF9;
}
.TagClassName
{
border-color: #FABBF9;
}
</style>