Shades of Lavender Rose #FABBE7
Tints of Lavender Rose #FABBE7
RGB
CMYK
RGB Variations
Color information
#FABBE7 (or 0xFABBE7) is known color: Lavender Rose. HEX triplet: FA, BB and E7. RGB value is (250,187,231). Sum of RGB (Red+Green+Blue) = 250+187+231=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBE7 is #054418. Grayscale: #D2D2D2. Windows color (decimal): -345113 or 15186938. OLE color: 15186938.
HSL color Cylindrical-coordinate representation of color #FABBE7: hue angle of 318.1º 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 #FABBE7 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 231 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.02 |
| HSL | 318.1º | 0.86% | 0.86% | - |
| HSV(B) | 318.1º | 0.25% | 0.98% | - |
| XYZ | 71.62 | 61.63 | 83.72 | - |
| YUV | 210.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 231 | 0 | 0.25 | 0.08 | 0.02 | 318.1 | 0.86 | 0.86 |
| Hex | FA | BB | E7 | 0 | 19 | 8 | 2 | 13E | 56 | 56 |
| Octal | 372 | 273 | 347 | 0 | 31 | 10 | 2 | 476 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11100111 | 0 | 11001 | 1000 | 10 | 100111110 | 1010110 | 1010110 |
Color Harmonies of #FABBE7
Complementary color
Monochromatic Colors of #FABBE7
Black with #FABBE7
Text Example
Text Example
White with #FABBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBE7; }
p { color: rgb(250,187,231); }
H1.HeaderClassName
{
color: #FABBE7;
}
.AnyTagClassName
{
color: #FABBE7;
}
</style>
background-color css
<style>
a { background-color: #FABBE7; }
a { background-color: rgb(250,187,231); }
div.DivClassName
{
background-color: #FABBE7;
}
.BgClassName
{
background-color: #FABBE7;
}
</style>
border-color css
<style>
span { border-color: #FABBE7; }
span { border-color: rgb(250,187,231); }
td.TdClassName
{
border-color: #FABBE7;
}
.TagClassName
{
border-color: #FABBE7;
}
</style>