Shades of Lavender Rose #FABEF0
Tints of Lavender Rose #FABEF0
RGB
CMYK
RGB Variations
Color information
#FABEF0 (or 0xFABEF0) is known color: Lavender Rose. HEX triplet: FA, BE and F0. RGB value is (250,190,240). Sum of RGB (Red+Green+Blue) = 250+190+240=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 190 (74.61% from 255 or 27.94% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEF0 is #05410F. Grayscale: #D5D5D5. Windows color (decimal): -344336 or 15777530. OLE color: 15777530.
HSL color Cylindrical-coordinate representation of color #FABEF0: hue angle of 310º 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 #FABEF0 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 240 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.02 |
| HSL | 310º | 0.86% | 0.86% | - |
| HSV(B) | 310º | 0.24% | 0.98% | - |
| XYZ | 73.57 | 63.44 | 90.81 | - |
| YUV | 213.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 240 | 0 | 0.24 | 0.04 | 0.02 | 310 | 0.86 | 0.86 |
| Hex | FA | BE | F0 | 0 | 18 | 4 | 2 | 136 | 56 | 56 |
| Octal | 372 | 276 | 360 | 0 | 30 | 4 | 2 | 466 | 126 | 126 |
| Binary | 11111010 | 10111110 | 11110000 | 0 | 11000 | 100 | 10 | 100110110 | 1010110 | 1010110 |
Color Harmonies of #FABEF0
Complementary color
Monochromatic Colors of #FABEF0
Black with #FABEF0
Text Example
Text Example
White with #FABEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEF0; }
p { color: rgb(250,190,240); }
H1.HeaderClassName
{
color: #FABEF0;
}
.AnyTagClassName
{
color: #FABEF0;
}
</style>
background-color css
<style>
a { background-color: #FABEF0; }
a { background-color: rgb(250,190,240); }
div.DivClassName
{
background-color: #FABEF0;
}
.BgClassName
{
background-color: #FABEF0;
}
</style>
border-color css
<style>
span { border-color: #FABEF0; }
span { border-color: rgb(250,190,240); }
td.TdClassName
{
border-color: #FABEF0;
}
.TagClassName
{
border-color: #FABEF0;
}
</style>