Shades of Lavender Rose #FAB9E4
Tints of Lavender Rose #FAB9E4
RGB
CMYK
RGB Variations
Color information
#FAB9E4 (or 0xFAB9E4) is known color: Lavender Rose. HEX triplet: FA, B9 and E4. RGB value is (250,185,228). Sum of RGB (Red+Green+Blue) = 250+185+228=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 185 (72.66% from 255 or 27.90% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9E4 is #05461B. Grayscale: #D1D1D1. Windows color (decimal): -345628 or 14989818. OLE color: 14989818.
HSL color Cylindrical-coordinate representation of color #FAB9E4: hue angle of 320.31º 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 #FAB9E4 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 228 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.02 |
| HSL | 320.31º | 0.87% | 0.85% | - |
| HSV(B) | 320.31º | 0.26% | 0.98% | - |
| XYZ | 70.78 | 60.62 | 81.37 | - |
| YUV | 209.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 228 | 0 | 0.26 | 0.09 | 0.02 | 320.31 | 0.87 | 0.85 |
| Hex | FA | B9 | E4 | 0 | 1A | 9 | 2 | 140 | 57 | 55 |
| Octal | 372 | 271 | 344 | 0 | 32 | 11 | 2 | 500 | 127 | 125 |
| Binary | 11111010 | 10111001 | 11100100 | 0 | 11010 | 1001 | 10 | 101000000 | 1010111 | 1010101 |
Color Harmonies of #FAB9E4
Complementary color
Monochromatic Colors of #FAB9E4
Black with #FAB9E4
Text Example
Text Example
White with #FAB9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9E4; }
p { color: rgb(250,185,228); }
H1.HeaderClassName
{
color: #FAB9E4;
}
.AnyTagClassName
{
color: #FAB9E4;
}
</style>
background-color css
<style>
a { background-color: #FAB9E4; }
a { background-color: rgb(250,185,228); }
div.DivClassName
{
background-color: #FAB9E4;
}
.BgClassName
{
background-color: #FAB9E4;
}
</style>
border-color css
<style>
span { border-color: #FAB9E4; }
span { border-color: rgb(250,185,228); }
td.TdClassName
{
border-color: #FAB9E4;
}
.TagClassName
{
border-color: #FAB9E4;
}
</style>