Shades of Lavender Rose #FABBE6
Tints of Lavender Rose #FABBE6
RGB
CMYK
RGB Variations
Color information
#FABBE6 (or 0xFABBE6) is known color: Lavender Rose. HEX triplet: FA, BB and E6. RGB value is (250,187,230). Sum of RGB (Red+Green+Blue) = 250+187+230=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 187 (73.44% from 255 or 28.04% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBE6 is #054419. Grayscale: #D2D2D2. Windows color (decimal): -345114 or 15121402. OLE color: 15121402.
HSL color Cylindrical-coordinate representation of color #FABBE6: hue angle of 319.05º 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 #FABBE6 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 230 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.02 |
| HSL | 319.05º | 0.86% | 0.86% | - |
| HSV(B) | 319.05º | 0.25% | 0.98% | - |
| XYZ | 71.48 | 61.58 | 82.98 | - |
| YUV | 210.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 230 | 0 | 0.25 | 0.08 | 0.02 | 319.05 | 0.86 | 0.86 |
| Hex | FA | BB | E6 | 0 | 19 | 8 | 2 | 13F | 56 | 56 |
| Octal | 372 | 273 | 346 | 0 | 31 | 10 | 2 | 477 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11100110 | 0 | 11001 | 1000 | 10 | 100111111 | 1010110 | 1010110 |
Color Harmonies of #FABBE6
Complementary color
Monochromatic Colors of #FABBE6
Black with #FABBE6
Text Example
Text Example
White with #FABBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBE6; }
p { color: rgb(250,187,230); }
H1.HeaderClassName
{
color: #FABBE6;
}
.AnyTagClassName
{
color: #FABBE6;
}
</style>
background-color css
<style>
a { background-color: #FABBE6; }
a { background-color: rgb(250,187,230); }
div.DivClassName
{
background-color: #FABBE6;
}
.BgClassName
{
background-color: #FABBE6;
}
</style>
border-color css
<style>
span { border-color: #FABBE6; }
span { border-color: rgb(250,187,230); }
td.TdClassName
{
border-color: #FABBE6;
}
.TagClassName
{
border-color: #FABBE6;
}
</style>