Shades of Lavender Rose #FAB0E5
Tints of Lavender Rose #FAB0E5
RGB
CMYK
RGB Variations
Color information
#FAB0E5 (or 0xFAB0E5) is known color: Lavender Rose. HEX triplet: FA, B0 and E5. RGB value is (250,176,229). Sum of RGB (Red+Green+Blue) = 250+176+229=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0E5 is #054F1A. Grayscale: #CCCCCC. Windows color (decimal): -347931 or 15053050. OLE color: 15053050.
HSL color Cylindrical-coordinate representation of color #FAB0E5: hue angle of 317.03º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0E5 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 229 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.02 |
| HSL | 317.03º | 0.88% | 0.84% | - |
| HSV(B) | 317.03º | 0.3% | 0.98% | - |
| XYZ | 69.09 | 57.03 | 81.5 | - |
| YUV | 204.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 229 | 0 | 0.30 | 0.08 | 0.02 | 317.03 | 0.88 | 0.84 |
| Hex | FA | B0 | E5 | 0 | 1E | 8 | 2 | 13D | 58 | 54 |
| Octal | 372 | 260 | 345 | 0 | 36 | 10 | 2 | 475 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11100101 | 0 | 11110 | 1000 | 10 | 100111101 | 1011000 | 1010100 |
Color Harmonies of #FAB0E5
Complementary color
Monochromatic Colors of #FAB0E5
Black with #FAB0E5
Text Example
Text Example
White with #FAB0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0E5; }
p { color: rgb(250,176,229); }
H1.HeaderClassName
{
color: #FAB0E5;
}
.AnyTagClassName
{
color: #FAB0E5;
}
</style>
background-color css
<style>
a { background-color: #FAB0E5; }
a { background-color: rgb(250,176,229); }
div.DivClassName
{
background-color: #FAB0E5;
}
.BgClassName
{
background-color: #FAB0E5;
}
</style>
border-color css
<style>
span { border-color: #FAB0E5; }
span { border-color: rgb(250,176,229); }
td.TdClassName
{
border-color: #FAB0E5;
}
.TagClassName
{
border-color: #FAB0E5;
}
</style>