Shades of Lavender Rose #FABCF2
Tints of Lavender Rose #FABCF2
RGB
CMYK
RGB Variations
Color information
#FABCF2 (or 0xFABCF2) is known color: Lavender Rose. HEX triplet: FA, BC and F2. RGB value is (250,188,242). Sum of RGB (Red+Green+Blue) = 250+188+242=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 188 (73.83% from 255 or 27.65% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCF2 is #05430D. Grayscale: #D4D4D4. Windows color (decimal): -344846 or 15908090. OLE color: 15908090.
HSL color Cylindrical-coordinate representation of color #FABCF2: hue angle of 307.74º 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 #FABCF2 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 242 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.02 |
| HSL | 307.74º | 0.86% | 0.86% | - |
| HSV(B) | 307.74º | 0.25% | 0.98% | - |
| XYZ | 73.43 | 62.7 | 92.24 | - |
| YUV | 212.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 242 | 0 | 0.25 | 0.03 | 0.02 | 307.74 | 0.86 | 0.86 |
| Hex | FA | BC | F2 | 0 | 19 | 3 | 2 | 134 | 56 | 56 |
| Octal | 372 | 274 | 362 | 0 | 31 | 3 | 2 | 464 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11110010 | 0 | 11001 | 11 | 10 | 100110100 | 1010110 | 1010110 |
Color Harmonies of #FABCF2
Complementary color
Monochromatic Colors of #FABCF2
Black with #FABCF2
Text Example
Text Example
White with #FABCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCF2; }
p { color: rgb(250,188,242); }
H1.HeaderClassName
{
color: #FABCF2;
}
.AnyTagClassName
{
color: #FABCF2;
}
</style>
background-color css
<style>
a { background-color: #FABCF2; }
a { background-color: rgb(250,188,242); }
div.DivClassName
{
background-color: #FABCF2;
}
.BgClassName
{
background-color: #FABCF2;
}
</style>
border-color css
<style>
span { border-color: #FABCF2; }
span { border-color: rgb(250,188,242); }
td.TdClassName
{
border-color: #FABCF2;
}
.TagClassName
{
border-color: #FABCF2;
}
</style>