Shades of Lavender Rose #FABAEC
Tints of Lavender Rose #FABAEC
RGB
CMYK
RGB Variations
Color information
#FABAEC (or 0xFABAEC) is known color: Lavender Rose. HEX triplet: FA, BA and EC. RGB value is (250,186,236). Sum of RGB (Red+Green+Blue) = 250+186+236=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAEC is #054513. Grayscale: #D2D2D2. Windows color (decimal): -345364 or 15514362. OLE color: 15514362.
HSL color Cylindrical-coordinate representation of color #FABAEC: hue angle of 313.12º 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 #FABAEC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 236 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.02 |
| HSL | 313.13º | 0.86% | 0.85% | - |
| HSV(B) | 313.13º | 0.26% | 0.98% | - |
| XYZ | 72.12 | 61.5 | 87.43 | - |
| YUV | 210.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 236 | 0 | 0.26 | 0.06 | 0.02 | 313.13 | 0.86 | 0.85 |
| Hex | FA | BA | EC | 0 | 1A | 6 | 2 | 139 | 56 | 55 |
| Octal | 372 | 272 | 354 | 0 | 32 | 6 | 2 | 471 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11101100 | 0 | 11010 | 110 | 10 | 100111001 | 1010110 | 1010101 |
Color Harmonies of #FABAEC
Complementary color
Monochromatic Colors of #FABAEC
Black with #FABAEC
Text Example
Text Example
White with #FABAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAEC; }
p { color: rgb(250,186,236); }
H1.HeaderClassName
{
color: #FABAEC;
}
.AnyTagClassName
{
color: #FABAEC;
}
</style>
background-color css
<style>
a { background-color: #FABAEC; }
a { background-color: rgb(250,186,236); }
div.DivClassName
{
background-color: #FABAEC;
}
.BgClassName
{
background-color: #FABAEC;
}
</style>
border-color css
<style>
span { border-color: #FABAEC; }
span { border-color: rgb(250,186,236); }
td.TdClassName
{
border-color: #FABAEC;
}
.TagClassName
{
border-color: #FABAEC;
}
</style>