Shades of Lavender Rose #FABAEA
Tints of Lavender Rose #FABAEA
RGB
CMYK
RGB Variations
Color information
#FABAEA (or 0xFABAEA) is known color: Lavender Rose. HEX triplet: FA, BA and EA. RGB value is (250,186,234). Sum of RGB (Red+Green+Blue) = 250+186+234=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAEA is #054515. Grayscale: #D2D2D2. Windows color (decimal): -345366 or 15383290. OLE color: 15383290.
HSL color Cylindrical-coordinate representation of color #FABAEA: hue angle of 315º 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 #FABAEA is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 234 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.02 |
| HSL | 315º | 0.86% | 0.85% | - |
| HSV(B) | 315º | 0.26% | 0.98% | - |
| XYZ | 71.83 | 61.38 | 85.9 | - |
| YUV | 210.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 234 | 0 | 0.26 | 0.06 | 0.02 | 315 | 0.86 | 0.85 |
| Hex | FA | BA | EA | 0 | 1A | 6 | 2 | 13B | 56 | 55 |
| Octal | 372 | 272 | 352 | 0 | 32 | 6 | 2 | 473 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11101010 | 0 | 11010 | 110 | 10 | 100111011 | 1010110 | 1010101 |
Color Harmonies of #FABAEA
Complementary color
Monochromatic Colors of #FABAEA
Black with #FABAEA
Text Example
Text Example
White with #FABAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAEA; }
p { color: rgb(250,186,234); }
H1.HeaderClassName
{
color: #FABAEA;
}
.AnyTagClassName
{
color: #FABAEA;
}
</style>
background-color css
<style>
a { background-color: #FABAEA; }
a { background-color: rgb(250,186,234); }
div.DivClassName
{
background-color: #FABAEA;
}
.BgClassName
{
background-color: #FABAEA;
}
</style>
border-color css
<style>
span { border-color: #FABAEA; }
span { border-color: rgb(250,186,234); }
td.TdClassName
{
border-color: #FABAEA;
}
.TagClassName
{
border-color: #FABAEA;
}
</style>