Shades of Lavender Rose #FABAF0
Tints of Lavender Rose #FABAF0
RGB
CMYK
RGB Variations
Color information
#FABAF0 (or 0xFABAF0) is known color: Lavender Rose. HEX triplet: FA, BA and F0. RGB value is (250,186,240). Sum of RGB (Red+Green+Blue) = 250+186+240=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 186 (73.05% from 255 or 27.51% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAF0 is #05450F. Grayscale: #D3D3D3. Windows color (decimal): -345360 or 15776506. OLE color: 15776506.
HSL color Cylindrical-coordinate representation of color #FABAF0: hue angle of 309.38º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABAF0 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 240 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.02 |
| HSL | 309.38º | 0.86% | 0.85% | - |
| HSV(B) | 309.38º | 0.26% | 0.98% | - |
| XYZ | 72.71 | 61.73 | 90.52 | - |
| YUV | 211.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 240 | 0 | 0.26 | 0.04 | 0.02 | 309.38 | 0.86 | 0.85 |
| Hex | FA | BA | F0 | 0 | 1A | 4 | 2 | 135 | 56 | 55 |
| Octal | 372 | 272 | 360 | 0 | 32 | 4 | 2 | 465 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11110000 | 0 | 11010 | 100 | 10 | 100110101 | 1010110 | 1010101 |
Color Harmonies of #FABAF0
Complementary color
Monochromatic Colors of #FABAF0
Black with #FABAF0
Text Example
Text Example
White with #FABAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAF0; }
p { color: rgb(250,186,240); }
H1.HeaderClassName
{
color: #FABAF0;
}
.AnyTagClassName
{
color: #FABAF0;
}
</style>
background-color css
<style>
a { background-color: #FABAF0; }
a { background-color: rgb(250,186,240); }
div.DivClassName
{
background-color: #FABAF0;
}
.BgClassName
{
background-color: #FABAF0;
}
</style>
border-color css
<style>
span { border-color: #FABAF0; }
span { border-color: rgb(250,186,240); }
td.TdClassName
{
border-color: #FABAF0;
}
.TagClassName
{
border-color: #FABAF0;
}
</style>