Shades of Lavender Rose #FABEF2
Tints of Lavender Rose #FABEF2
RGB
CMYK
RGB Variations
Color information
#FABEF2 (or 0xFABEF2) is known color: Lavender Rose. HEX triplet: FA, BE and F2. RGB value is (250,190,242). Sum of RGB (Red+Green+Blue) = 250+190+242=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 190 (74.61% from 255 or 27.86% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEF2 is #05410D. Grayscale: #D5D5D5. Windows color (decimal): -344334 or 15908602. OLE color: 15908602.
HSL color Cylindrical-coordinate representation of color #FABEF2: hue angle of 308º 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 #FABEF2 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 242 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.02 |
| HSL | 308º | 0.86% | 0.86% | - |
| HSV(B) | 308º | 0.24% | 0.98% | - |
| XYZ | 73.86 | 63.56 | 92.38 | - |
| YUV | 213.87 | 143.88 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 242 | 0 | 0.24 | 0.03 | 0.02 | 308 | 0.86 | 0.86 |
| Hex | FA | BE | F2 | 0 | 18 | 3 | 2 | 134 | 56 | 56 |
| Octal | 372 | 276 | 362 | 0 | 30 | 3 | 2 | 464 | 126 | 126 |
| Binary | 11111010 | 10111110 | 11110010 | 0 | 11000 | 11 | 10 | 100110100 | 1010110 | 1010110 |
Color Harmonies of #FABEF2
Complementary color
Monochromatic Colors of #FABEF2
Black with #FABEF2
Text Example
Text Example
White with #FABEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEF2; }
p { color: rgb(250,190,242); }
H1.HeaderClassName
{
color: #FABEF2;
}
.AnyTagClassName
{
color: #FABEF2;
}
</style>
background-color css
<style>
a { background-color: #FABEF2; }
a { background-color: rgb(250,190,242); }
div.DivClassName
{
background-color: #FABEF2;
}
.BgClassName
{
background-color: #FABEF2;
}
</style>
border-color css
<style>
span { border-color: #FABEF2; }
span { border-color: rgb(250,190,242); }
td.TdClassName
{
border-color: #FABEF2;
}
.TagClassName
{
border-color: #FABEF2;
}
</style>