Shades of Lavender Rose #FABBF8
Tints of Lavender Rose #FABBF8
RGB
CMYK
RGB Variations
Color information
#FABBF8 (or 0xFABBF8) is known color: Lavender Rose. HEX triplet: FA, BB and F8. RGB value is (250,187,248). Sum of RGB (Red+Green+Blue) = 250+187+248=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 187 (73.44% from 255 or 27.30% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBF8 is #054407. Grayscale: #D4D4D4. Windows color (decimal): -345096 or 16301050. OLE color: 16301050.
HSL color Cylindrical-coordinate representation of color #FABBF8: hue angle of 301.9º 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 #FABBF8 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 248 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.02 |
| HSL | 301.9º | 0.86% | 0.86% | - |
| HSV(B) | 301.9º | 0.25% | 0.98% | - |
| XYZ | 74.14 | 62.64 | 96.99 | - |
| YUV | 212.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 248 | 0 | 0.25 | 0.01 | 0.02 | 301.9 | 0.86 | 0.86 |
| Hex | FA | BB | F8 | 0 | 19 | 1 | 2 | 12E | 56 | 56 |
| Octal | 372 | 273 | 370 | 0 | 31 | 1 | 2 | 456 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11111000 | 0 | 11001 | 1 | 10 | 100101110 | 1010110 | 1010110 |
Color Harmonies of #FABBF8
Complementary color
Monochromatic Colors of #FABBF8
Black with #FABBF8
Text Example
Text Example
White with #FABBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBF8; }
p { color: rgb(250,187,248); }
H1.HeaderClassName
{
color: #FABBF8;
}
.AnyTagClassName
{
color: #FABBF8;
}
</style>
background-color css
<style>
a { background-color: #FABBF8; }
a { background-color: rgb(250,187,248); }
div.DivClassName
{
background-color: #FABBF8;
}
.BgClassName
{
background-color: #FABBF8;
}
</style>
border-color css
<style>
span { border-color: #FABBF8; }
span { border-color: rgb(250,187,248); }
td.TdClassName
{
border-color: #FABBF8;
}
.TagClassName
{
border-color: #FABBF8;
}
</style>