Shades of Lavender Rose #FABCEA
Tints of Lavender Rose #FABCEA
RGB
CMYK
RGB Variations
Color information
#FABCEA (or 0xFABCEA) is known color: Lavender Rose. HEX triplet: FA, BC and EA. RGB value is (250,188,234). Sum of RGB (Red+Green+Blue) = 250+188+234=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 188 (73.83% from 255 or 27.98% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCEA is #054315. Grayscale: #D3D3D3. Windows color (decimal): -344854 or 15383802. OLE color: 15383802.
HSL color Cylindrical-coordinate representation of color #FABCEA: hue angle of 315.48º 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 #FABCEA is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 234 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.02 |
| HSL | 315.48º | 0.86% | 0.86% | - |
| HSV(B) | 315.48º | 0.25% | 0.98% | - |
| XYZ | 72.26 | 62.23 | 86.05 | - |
| YUV | 211.78 | 140.54 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 234 | 0 | 0.25 | 0.06 | 0.02 | 315.48 | 0.86 | 0.86 |
| Hex | FA | BC | EA | 0 | 19 | 6 | 2 | 13B | 56 | 56 |
| Octal | 372 | 274 | 352 | 0 | 31 | 6 | 2 | 473 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11101010 | 0 | 11001 | 110 | 10 | 100111011 | 1010110 | 1010110 |
Color Harmonies of #FABCEA
Complementary color
Monochromatic Colors of #FABCEA
Black with #FABCEA
Text Example
Text Example
White with #FABCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCEA; }
p { color: rgb(250,188,234); }
H1.HeaderClassName
{
color: #FABCEA;
}
.AnyTagClassName
{
color: #FABCEA;
}
</style>
background-color css
<style>
a { background-color: #FABCEA; }
a { background-color: rgb(250,188,234); }
div.DivClassName
{
background-color: #FABCEA;
}
.BgClassName
{
background-color: #FABCEA;
}
</style>
border-color css
<style>
span { border-color: #FABCEA; }
span { border-color: rgb(250,188,234); }
td.TdClassName
{
border-color: #FABCEA;
}
.TagClassName
{
border-color: #FABCEA;
}
</style>