Shades of Lavender Rose #FAB9EA
Tints of Lavender Rose #FAB9EA
RGB
CMYK
RGB Variations
Color information
#FAB9EA (or 0xFAB9EA) is known color: Lavender Rose. HEX triplet: FA, B9 and EA. RGB value is (250,185,234). Sum of RGB (Red+Green+Blue) = 250+185+234=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 185 (72.66% from 255 or 27.65% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB9EA is #054615. Grayscale: #D1D1D1. Windows color (decimal): -345622 or 15383034. OLE color: 15383034.
HSL color Cylindrical-coordinate representation of color #FAB9EA: hue angle of 314.77º degrees, saturation: 0.87, 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 #FAB9EA is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 234 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.02 |
| HSL | 314.77º | 0.87% | 0.85% | - |
| HSV(B) | 314.77º | 0.26% | 0.98% | - |
| XYZ | 71.62 | 60.96 | 85.83 | - |
| YUV | 210.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 234 | 0 | 0.26 | 0.06 | 0.02 | 314.77 | 0.87 | 0.85 |
| Hex | FA | B9 | EA | 0 | 1A | 6 | 2 | 13B | 57 | 55 |
| Octal | 372 | 271 | 352 | 0 | 32 | 6 | 2 | 473 | 127 | 125 |
| Binary | 11111010 | 10111001 | 11101010 | 0 | 11010 | 110 | 10 | 100111011 | 1010111 | 1010101 |
Color Harmonies of #FAB9EA
Complementary color
Monochromatic Colors of #FAB9EA
Black with #FAB9EA
Text Example
Text Example
White with #FAB9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9EA; }
p { color: rgb(250,185,234); }
H1.HeaderClassName
{
color: #FAB9EA;
}
.AnyTagClassName
{
color: #FAB9EA;
}
</style>
background-color css
<style>
a { background-color: #FAB9EA; }
a { background-color: rgb(250,185,234); }
div.DivClassName
{
background-color: #FAB9EA;
}
.BgClassName
{
background-color: #FAB9EA;
}
</style>
border-color css
<style>
span { border-color: #FAB9EA; }
span { border-color: rgb(250,185,234); }
td.TdClassName
{
border-color: #FAB9EA;
}
.TagClassName
{
border-color: #FAB9EA;
}
</style>