Shades of Lavender Rose #FABCF0
Tints of Lavender Rose #FABCF0
RGB
CMYK
RGB Variations
Color information
#FABCF0 (or 0xFABCF0) is known color: Lavender Rose. HEX triplet: FA, BC and F0. RGB value is (250,188,240). Sum of RGB (Red+Green+Blue) = 250+188+240=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 188 (73.83% from 255 or 27.73% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCF0 is #05430F. Grayscale: #D4D4D4. Windows color (decimal): -344848 or 15777018. OLE color: 15777018.
HSL color Cylindrical-coordinate representation of color #FABCF0: hue angle of 309.68º 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 #FABCF0 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 240 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.02 |
| HSL | 309.68º | 0.86% | 0.86% | - |
| HSV(B) | 309.68º | 0.25% | 0.98% | - |
| XYZ | 73.14 | 62.58 | 90.66 | - |
| YUV | 212.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 240 | 0 | 0.25 | 0.04 | 0.02 | 309.68 | 0.86 | 0.86 |
| Hex | FA | BC | F0 | 0 | 19 | 4 | 2 | 136 | 56 | 56 |
| Octal | 372 | 274 | 360 | 0 | 31 | 4 | 2 | 466 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11110000 | 0 | 11001 | 100 | 10 | 100110110 | 1010110 | 1010110 |
Color Harmonies of #FABCF0
Complementary color
Monochromatic Colors of #FABCF0
Black with #FABCF0
Text Example
Text Example
White with #FABCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCF0; }
p { color: rgb(250,188,240); }
H1.HeaderClassName
{
color: #FABCF0;
}
.AnyTagClassName
{
color: #FABCF0;
}
</style>
background-color css
<style>
a { background-color: #FABCF0; }
a { background-color: rgb(250,188,240); }
div.DivClassName
{
background-color: #FABCF0;
}
.BgClassName
{
background-color: #FABCF0;
}
</style>
border-color css
<style>
span { border-color: #FABCF0; }
span { border-color: rgb(250,188,240); }
td.TdClassName
{
border-color: #FABCF0;
}
.TagClassName
{
border-color: #FABCF0;
}
</style>