Shades of Lavender Rose #FABAE7
Tints of Lavender Rose #FABAE7
RGB
CMYK
RGB Variations
Color information
#FABAE7 (or 0xFABAE7) is known color: Lavender Rose. HEX triplet: FA, BA and E7. RGB value is (250,186,231). Sum of RGB (Red+Green+Blue) = 250+186+231=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAE7 is #054518. Grayscale: #D2D2D2. Windows color (decimal): -345369 or 15186682. OLE color: 15186682.
HSL color Cylindrical-coordinate representation of color #FABAE7: hue angle of 317.81º 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 #FABAE7 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 231 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.02 |
| HSL | 317.81º | 0.86% | 0.85% | - |
| HSV(B) | 317.81º | 0.26% | 0.98% | - |
| XYZ | 71.41 | 61.21 | 83.65 | - |
| YUV | 210.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 231 | 0 | 0.26 | 0.08 | 0.02 | 317.81 | 0.86 | 0.85 |
| Hex | FA | BA | E7 | 0 | 1A | 8 | 2 | 13E | 56 | 55 |
| Octal | 372 | 272 | 347 | 0 | 32 | 10 | 2 | 476 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11100111 | 0 | 11010 | 1000 | 10 | 100111110 | 1010110 | 1010101 |
Color Harmonies of #FABAE7
Complementary color
Monochromatic Colors of #FABAE7
Black with #FABAE7
Text Example
Text Example
White with #FABAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAE7; }
p { color: rgb(250,186,231); }
H1.HeaderClassName
{
color: #FABAE7;
}
.AnyTagClassName
{
color: #FABAE7;
}
</style>
background-color css
<style>
a { background-color: #FABAE7; }
a { background-color: rgb(250,186,231); }
div.DivClassName
{
background-color: #FABAE7;
}
.BgClassName
{
background-color: #FABAE7;
}
</style>
border-color css
<style>
span { border-color: #FABAE7; }
span { border-color: rgb(250,186,231); }
td.TdClassName
{
border-color: #FABAE7;
}
.TagClassName
{
border-color: #FABAE7;
}
</style>