Shades of Lavender Rose #FAB9E5
Tints of Lavender Rose #FAB9E5
RGB
CMYK
RGB Variations
Color information
#FAB9E5 (or 0xFAB9E5) is known color: Lavender Rose. HEX triplet: FA, B9 and E5. RGB value is (250,185,229). Sum of RGB (Red+Green+Blue) = 250+185+229=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9E5 is #05461A. Grayscale: #D1D1D1. Windows color (decimal): -345627 or 15055354. OLE color: 15055354.
HSL color Cylindrical-coordinate representation of color #FAB9E5: hue angle of 319.38º 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 #FAB9E5 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 229 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.02 |
| HSL | 319.38º | 0.87% | 0.85% | - |
| HSV(B) | 319.38º | 0.26% | 0.98% | - |
| XYZ | 70.92 | 60.68 | 82.1 | - |
| YUV | 209.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 229 | 0 | 0.26 | 0.08 | 0.02 | 319.38 | 0.87 | 0.85 |
| Hex | FA | B9 | E5 | 0 | 1A | 8 | 2 | 13F | 57 | 55 |
| Octal | 372 | 271 | 345 | 0 | 32 | 10 | 2 | 477 | 127 | 125 |
| Binary | 11111010 | 10111001 | 11100101 | 0 | 11010 | 1000 | 10 | 100111111 | 1010111 | 1010101 |
Color Harmonies of #FAB9E5
Complementary color
Monochromatic Colors of #FAB9E5
Black with #FAB9E5
Text Example
Text Example
White with #FAB9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9E5; }
p { color: rgb(250,185,229); }
H1.HeaderClassName
{
color: #FAB9E5;
}
.AnyTagClassName
{
color: #FAB9E5;
}
</style>
background-color css
<style>
a { background-color: #FAB9E5; }
a { background-color: rgb(250,185,229); }
div.DivClassName
{
background-color: #FAB9E5;
}
.BgClassName
{
background-color: #FAB9E5;
}
</style>
border-color css
<style>
span { border-color: #FAB9E5; }
span { border-color: rgb(250,185,229); }
td.TdClassName
{
border-color: #FAB9E5;
}
.TagClassName
{
border-color: #FAB9E5;
}
</style>