Shades of Lavender Rose #FABAE5
Tints of Lavender Rose #FABAE5
RGB
CMYK
RGB Variations
Color information
#FABAE5 (or 0xFABAE5) is known color: Lavender Rose. HEX triplet: FA, BA and E5. RGB value is (250,186,229). Sum of RGB (Red+Green+Blue) = 250+186+229=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAE5 is #05451A. Grayscale: #D1D1D1. Windows color (decimal): -345371 or 15055610. OLE color: 15055610.
HSL color Cylindrical-coordinate representation of color #FABAE5: hue angle of 319.69º 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 #FABAE5 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 229 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.02 |
| HSL | 319.69º | 0.86% | 0.85% | - |
| HSV(B) | 319.69º | 0.26% | 0.98% | - |
| XYZ | 71.13 | 61.1 | 82.17 | - |
| YUV | 210.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 229 | 0 | 0.26 | 0.08 | 0.02 | 319.69 | 0.86 | 0.85 |
| Hex | FA | BA | E5 | 0 | 1A | 8 | 2 | 140 | 56 | 55 |
| Octal | 372 | 272 | 345 | 0 | 32 | 10 | 2 | 500 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11100101 | 0 | 11010 | 1000 | 10 | 101000000 | 1010110 | 1010101 |
Color Harmonies of #FABAE5
Complementary color
Monochromatic Colors of #FABAE5
Black with #FABAE5
Text Example
Text Example
White with #FABAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAE5; }
p { color: rgb(250,186,229); }
H1.HeaderClassName
{
color: #FABAE5;
}
.AnyTagClassName
{
color: #FABAE5;
}
</style>
background-color css
<style>
a { background-color: #FABAE5; }
a { background-color: rgb(250,186,229); }
div.DivClassName
{
background-color: #FABAE5;
}
.BgClassName
{
background-color: #FABAE5;
}
</style>
border-color css
<style>
span { border-color: #FABAE5; }
span { border-color: rgb(250,186,229); }
td.TdClassName
{
border-color: #FABAE5;
}
.TagClassName
{
border-color: #FABAE5;
}
</style>