Shades of Lavender Rose #FABAF8
Tints of Lavender Rose #FABAF8
RGB
CMYK
RGB Variations
Color information
#FABAF8 (or 0xFABAF8) is known color: Lavender Rose. HEX triplet: FA, BA and F8. RGB value is (250,186,248). Sum of RGB (Red+Green+Blue) = 250+186+248=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 186 (73.05% from 255 or 27.19% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAF8 is #054507. Grayscale: #D4D4D4. Windows color (decimal): -345352 or 16300794. OLE color: 16300794.
HSL color Cylindrical-coordinate representation of color #FABAF8: hue angle of 301.88º 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 #FABAF8 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 248 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.02 |
| HSL | 301.88º | 0.86% | 0.85% | - |
| HSV(B) | 301.88º | 0.26% | 0.98% | - |
| XYZ | 73.93 | 62.22 | 96.92 | - |
| YUV | 212.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 248 | 0 | 0.26 | 0.01 | 0.02 | 301.88 | 0.86 | 0.85 |
| Hex | FA | BA | F8 | 0 | 1A | 1 | 2 | 12E | 56 | 55 |
| Octal | 372 | 272 | 370 | 0 | 32 | 1 | 2 | 456 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11111000 | 0 | 11010 | 1 | 10 | 100101110 | 1010110 | 1010101 |
Color Harmonies of #FABAF8
Complementary color
Monochromatic Colors of #FABAF8
Black with #FABAF8
Text Example
Text Example
White with #FABAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAF8; }
p { color: rgb(250,186,248); }
H1.HeaderClassName
{
color: #FABAF8;
}
.AnyTagClassName
{
color: #FABAF8;
}
</style>
background-color css
<style>
a { background-color: #FABAF8; }
a { background-color: rgb(250,186,248); }
div.DivClassName
{
background-color: #FABAF8;
}
.BgClassName
{
background-color: #FABAF8;
}
</style>
border-color css
<style>
span { border-color: #FABAF8; }
span { border-color: rgb(250,186,248); }
td.TdClassName
{
border-color: #FABAF8;
}
.TagClassName
{
border-color: #FABAF8;
}
</style>