Shades of Lavender Rose #FABEF1
Tints of Lavender Rose #FABEF1
RGB
CMYK
RGB Variations
Color information
#FABEF1 (or 0xFABEF1) is known color: Lavender Rose. HEX triplet: FA, BE and F1. RGB value is (250,190,241). Sum of RGB (Red+Green+Blue) = 250+190+241=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 190 (74.61% from 255 or 27.90% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEF1 is #05410E. Grayscale: #D5D5D5. Windows color (decimal): -344335 or 15843066. OLE color: 15843066.
HSL color Cylindrical-coordinate representation of color #FABEF1: hue angle of 309º 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 #FABEF1 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 241 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.02 |
| HSL | 309º | 0.86% | 0.86% | - |
| HSV(B) | 309º | 0.24% | 0.98% | - |
| XYZ | 73.71 | 63.5 | 91.59 | - |
| YUV | 213.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 241 | 0 | 0.24 | 0.04 | 0.02 | 309 | 0.86 | 0.86 |
| Hex | FA | BE | F1 | 0 | 18 | 4 | 2 | 135 | 56 | 56 |
| Octal | 372 | 276 | 361 | 0 | 30 | 4 | 2 | 465 | 126 | 126 |
| Binary | 11111010 | 10111110 | 11110001 | 0 | 11000 | 100 | 10 | 100110101 | 1010110 | 1010110 |
Color Harmonies of #FABEF1
Complementary color
Monochromatic Colors of #FABEF1
Black with #FABEF1
Text Example
Text Example
White with #FABEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEF1; }
p { color: rgb(250,190,241); }
H1.HeaderClassName
{
color: #FABEF1;
}
.AnyTagClassName
{
color: #FABEF1;
}
</style>
background-color css
<style>
a { background-color: #FABEF1; }
a { background-color: rgb(250,190,241); }
div.DivClassName
{
background-color: #FABEF1;
}
.BgClassName
{
background-color: #FABEF1;
}
</style>
border-color css
<style>
span { border-color: #FABEF1; }
span { border-color: rgb(250,190,241); }
td.TdClassName
{
border-color: #FABEF1;
}
.TagClassName
{
border-color: #FABEF1;
}
</style>