Shades of Lavender Rose #FABEEC
Tints of Lavender Rose #FABEEC
RGB
CMYK
RGB Variations
Color information
#FABEEC (or 0xFABEEC) is known color: Lavender Rose. HEX triplet: FA, BE and EC. RGB value is (250,190,236). Sum of RGB (Red+Green+Blue) = 250+190+236=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 190 (74.61% from 255 or 28.11% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEEC is #054113. Grayscale: #D5D5D5. Windows color (decimal): -344340 or 15515386. OLE color: 15515386.
HSL color Cylindrical-coordinate representation of color #FABEEC: hue angle of 314º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABEEC is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 236 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.02 |
| HSL | 314º | 0.86% | 0.86% | - |
| HSV(B) | 314º | 0.24% | 0.98% | - |
| XYZ | 72.98 | 63.21 | 87.71 | - |
| YUV | 213.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 236 | 0 | 0.24 | 0.06 | 0.02 | 314 | 0.86 | 0.86 |
| Hex | FA | BE | EC | 0 | 18 | 6 | 2 | 13A | 56 | 56 |
| Octal | 372 | 276 | 354 | 0 | 30 | 6 | 2 | 472 | 126 | 126 |
| Binary | 11111010 | 10111110 | 11101100 | 0 | 11000 | 110 | 10 | 100111010 | 1010110 | 1010110 |
Color Harmonies of #FABEEC
Complementary color
Monochromatic Colors of #FABEEC
Black with #FABEEC
Text Example
Text Example
White with #FABEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEEC; }
p { color: rgb(250,190,236); }
H1.HeaderClassName
{
color: #FABEEC;
}
.AnyTagClassName
{
color: #FABEEC;
}
</style>
background-color css
<style>
a { background-color: #FABEEC; }
a { background-color: rgb(250,190,236); }
div.DivClassName
{
background-color: #FABEEC;
}
.BgClassName
{
background-color: #FABEEC;
}
</style>
border-color css
<style>
span { border-color: #FABEEC; }
span { border-color: rgb(250,190,236); }
td.TdClassName
{
border-color: #FABEEC;
}
.TagClassName
{
border-color: #FABEEC;
}
</style>