Shades of Lavender Rose #FABAE8
Tints of Lavender Rose #FABAE8
RGB
CMYK
RGB Variations
Color information
#FABAE8 (or 0xFABAE8) is known color: Lavender Rose. HEX triplet: FA, BA and E8. RGB value is (250,186,232). Sum of RGB (Red+Green+Blue) = 250+186+232=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAE8 is #054517. Grayscale: #D2D2D2. Windows color (decimal): -345368 or 15252218. OLE color: 15252218.
HSL color Cylindrical-coordinate representation of color #FABAE8: hue angle of 316.88º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABAE8 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 232 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.02 |
| HSL | 316.88º | 0.86% | 0.85% | - |
| HSV(B) | 316.88º | 0.26% | 0.98% | - |
| XYZ | 71.55 | 61.27 | 84.4 | - |
| YUV | 210.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 232 | 0 | 0.26 | 0.07 | 0.02 | 316.88 | 0.86 | 0.85 |
| Hex | FA | BA | E8 | 0 | 1A | 7 | 2 | 13D | 56 | 55 |
| Octal | 372 | 272 | 350 | 0 | 32 | 7 | 2 | 475 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11101000 | 0 | 11010 | 111 | 10 | 100111101 | 1010110 | 1010101 |
Color Harmonies of #FABAE8
Complementary color
Monochromatic Colors of #FABAE8
Black with #FABAE8
Text Example
Text Example
White with #FABAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAE8; }
p { color: rgb(250,186,232); }
H1.HeaderClassName
{
color: #FABAE8;
}
.AnyTagClassName
{
color: #FABAE8;
}
</style>
background-color css
<style>
a { background-color: #FABAE8; }
a { background-color: rgb(250,186,232); }
div.DivClassName
{
background-color: #FABAE8;
}
.BgClassName
{
background-color: #FABAE8;
}
</style>
border-color css
<style>
span { border-color: #FABAE8; }
span { border-color: rgb(250,186,232); }
td.TdClassName
{
border-color: #FABAE8;
}
.TagClassName
{
border-color: #FABAE8;
}
</style>