Shades of Lavender Rose #FAB5E5
Tints of Lavender Rose #FAB5E5
RGB
CMYK
RGB Variations
Color information
#FAB5E5 (or 0xFAB5E5) is known color: Lavender Rose. HEX triplet: FA, B5 and E5. RGB value is (250,181,229). Sum of RGB (Red+Green+Blue) = 250+181+229=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 181 (71.09% from 255 or 27.42% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5E5 is #054A1A. Grayscale: #CECECE. Windows color (decimal): -346651 or 15054330. OLE color: 15054330.
HSL color Cylindrical-coordinate representation of color #FAB5E5: hue angle of 318.26º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5E5 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 229 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.02 |
| HSL | 318.26º | 0.87% | 0.85% | - |
| HSV(B) | 318.26º | 0.28% | 0.98% | - |
| XYZ | 70.09 | 59.03 | 81.83 | - |
| YUV | 207.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 229 | 0 | 0.28 | 0.08 | 0.02 | 318.26 | 0.87 | 0.85 |
| Hex | FA | B5 | E5 | 0 | 1C | 8 | 2 | 13E | 57 | 55 |
| Octal | 372 | 265 | 345 | 0 | 34 | 10 | 2 | 476 | 127 | 125 |
| Binary | 11111010 | 10110101 | 11100101 | 0 | 11100 | 1000 | 10 | 100111110 | 1010111 | 1010101 |
Color Harmonies of #FAB5E5
Complementary color
Monochromatic Colors of #FAB5E5
Black with #FAB5E5
Text Example
Text Example
White with #FAB5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5E5; }
p { color: rgb(250,181,229); }
H1.HeaderClassName
{
color: #FAB5E5;
}
.AnyTagClassName
{
color: #FAB5E5;
}
</style>
background-color css
<style>
a { background-color: #FAB5E5; }
a { background-color: rgb(250,181,229); }
div.DivClassName
{
background-color: #FAB5E5;
}
.BgClassName
{
background-color: #FAB5E5;
}
</style>
border-color css
<style>
span { border-color: #FAB5E5; }
span { border-color: rgb(250,181,229); }
td.TdClassName
{
border-color: #FAB5E5;
}
.TagClassName
{
border-color: #FAB5E5;
}
</style>