Shades of Lavender Rose #FABBE9
Tints of Lavender Rose #FABBE9
RGB
CMYK
RGB Variations
Color information
#FABBE9 (or 0xFABBE9) is known color: Lavender Rose. HEX triplet: FA, BB and E9. RGB value is (250,187,233). Sum of RGB (Red+Green+Blue) = 250+187+233=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBE9 is #054416. Grayscale: #D2D2D2. Windows color (decimal): -345111 or 15318010. OLE color: 15318010.
HSL color Cylindrical-coordinate representation of color #FABBE9: hue angle of 316.19º 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 #FABBE9 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 233 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.02 |
| HSL | 316.19º | 0.86% | 0.86% | - |
| HSV(B) | 316.19º | 0.25% | 0.98% | - |
| XYZ | 71.9 | 61.75 | 85.22 | - |
| YUV | 211.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 233 | 0 | 0.25 | 0.07 | 0.02 | 316.19 | 0.86 | 0.86 |
| Hex | FA | BB | E9 | 0 | 19 | 7 | 2 | 13C | 56 | 56 |
| Octal | 372 | 273 | 351 | 0 | 31 | 7 | 2 | 474 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11101001 | 0 | 11001 | 111 | 10 | 100111100 | 1010110 | 1010110 |
Color Harmonies of #FABBE9
Complementary color
Monochromatic Colors of #FABBE9
Black with #FABBE9
Text Example
Text Example
White with #FABBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBE9; }
p { color: rgb(250,187,233); }
H1.HeaderClassName
{
color: #FABBE9;
}
.AnyTagClassName
{
color: #FABBE9;
}
</style>
background-color css
<style>
a { background-color: #FABBE9; }
a { background-color: rgb(250,187,233); }
div.DivClassName
{
background-color: #FABBE9;
}
.BgClassName
{
background-color: #FABBE9;
}
</style>
border-color css
<style>
span { border-color: #FABBE9; }
span { border-color: rgb(250,187,233); }
td.TdClassName
{
border-color: #FABBE9;
}
.TagClassName
{
border-color: #FABBE9;
}
</style>