Shades of Lavender Rose #FABFF0
Tints of Lavender Rose #FABFF0
RGB
CMYK
RGB Variations
Color information
#FABFF0 (or 0xFABFF0) is known color: Lavender Rose. HEX triplet: FA, BF and F0. RGB value is (250,191,240). Sum of RGB (Red+Green+Blue) = 250+191+240=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFF0 is #05400F. Grayscale: #D6D6D6. Windows color (decimal): -344080 or 15777786. OLE color: 15777786.
HSL color Cylindrical-coordinate representation of color #FABFF0: hue angle of 310.17º 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 #FABFF0 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 240 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.02 |
| HSL | 310.17º | 0.86% | 0.86% | - |
| HSV(B) | 310.17º | 0.24% | 0.98% | - |
| XYZ | 73.78 | 63.88 | 90.88 | - |
| YUV | 214.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 240 | 0 | 0.24 | 0.04 | 0.02 | 310.17 | 0.86 | 0.86 |
| Hex | FA | BF | F0 | 0 | 18 | 4 | 2 | 136 | 56 | 56 |
| Octal | 372 | 277 | 360 | 0 | 30 | 4 | 2 | 466 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11110000 | 0 | 11000 | 100 | 10 | 100110110 | 1010110 | 1010110 |
Color Harmonies of #FABFF0
Complementary color
Monochromatic Colors of #FABFF0
Black with #FABFF0
Text Example
Text Example
White with #FABFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFF0; }
p { color: rgb(250,191,240); }
H1.HeaderClassName
{
color: #FABFF0;
}
.AnyTagClassName
{
color: #FABFF0;
}
</style>
background-color css
<style>
a { background-color: #FABFF0; }
a { background-color: rgb(250,191,240); }
div.DivClassName
{
background-color: #FABFF0;
}
.BgClassName
{
background-color: #FABFF0;
}
</style>
border-color css
<style>
span { border-color: #FABFF0; }
span { border-color: rgb(250,191,240); }
td.TdClassName
{
border-color: #FABFF0;
}
.TagClassName
{
border-color: #FABFF0;
}
</style>