Shades of Lavender Rose #FAB0E2
Tints of Lavender Rose #FAB0E2
RGB
CMYK
RGB Variations
Color information
#FAB0E2 (or 0xFAB0E2) is known color: Lavender Rose. HEX triplet: FA, B0 and E2. RGB value is (250,176,226). Sum of RGB (Red+Green+Blue) = 250+176+226=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0E2 is #054F1D. Grayscale: #CBCBCB. Windows color (decimal): -347934 or 14856442. OLE color: 14856442.
HSL color Cylindrical-coordinate representation of color #FAB0E2: hue angle of 319.46º 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 #FAB0E2 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 226 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.02 |
| HSL | 319.46º | 0.88% | 0.84% | - |
| HSV(B) | 319.46º | 0.3% | 0.98% | - |
| XYZ | 68.68 | 56.87 | 79.31 | - |
| YUV | 203.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 226 | 0 | 0.30 | 0.10 | 0.02 | 319.46 | 0.88 | 0.84 |
| Hex | FA | B0 | E2 | 0 | 1E | A | 2 | 13F | 58 | 54 |
| Octal | 372 | 260 | 342 | 0 | 36 | 12 | 2 | 477 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11100010 | 0 | 11110 | 1010 | 10 | 100111111 | 1011000 | 1010100 |
Color Harmonies of #FAB0E2
Complementary color
Monochromatic Colors of #FAB0E2
Black with #FAB0E2
Text Example
Text Example
White with #FAB0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0E2; }
p { color: rgb(250,176,226); }
H1.HeaderClassName
{
color: #FAB0E2;
}
.AnyTagClassName
{
color: #FAB0E2;
}
</style>
background-color css
<style>
a { background-color: #FAB0E2; }
a { background-color: rgb(250,176,226); }
div.DivClassName
{
background-color: #FAB0E2;
}
.BgClassName
{
background-color: #FAB0E2;
}
</style>
border-color css
<style>
span { border-color: #FAB0E2; }
span { border-color: rgb(250,176,226); }
td.TdClassName
{
border-color: #FAB0E2;
}
.TagClassName
{
border-color: #FAB0E2;
}
</style>