Shades of Lavender Rose #FAB0E6
Tints of Lavender Rose #FAB0E6
RGB
CMYK
RGB Variations
Color information
#FAB0E6 (or 0xFAB0E6) is known color: Lavender Rose. HEX triplet: FA, B0 and E6. RGB value is (250,176,230). Sum of RGB (Red+Green+Blue) = 250+176+230=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 176 (69.14% from 255 or 26.83% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0E6 is #054F19. Grayscale: #CCCCCC. Windows color (decimal): -347930 or 15118586. OLE color: 15118586.
HSL color Cylindrical-coordinate representation of color #FAB0E6: hue angle of 316.22º 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 #FAB0E6 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 230 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.02 |
| HSL | 316.22º | 0.88% | 0.84% | - |
| HSV(B) | 316.22º | 0.3% | 0.98% | - |
| XYZ | 69.23 | 57.09 | 82.23 | - |
| YUV | 204.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 230 | 0 | 0.30 | 0.08 | 0.02 | 316.22 | 0.88 | 0.84 |
| Hex | FA | B0 | E6 | 0 | 1E | 8 | 2 | 13C | 58 | 54 |
| Octal | 372 | 260 | 346 | 0 | 36 | 10 | 2 | 474 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11100110 | 0 | 11110 | 1000 | 10 | 100111100 | 1011000 | 1010100 |
Color Harmonies of #FAB0E6
Complementary color
Monochromatic Colors of #FAB0E6
Black with #FAB0E6
Text Example
Text Example
White with #FAB0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0E6; }
p { color: rgb(250,176,230); }
H1.HeaderClassName
{
color: #FAB0E6;
}
.AnyTagClassName
{
color: #FAB0E6;
}
</style>
background-color css
<style>
a { background-color: #FAB0E6; }
a { background-color: rgb(250,176,230); }
div.DivClassName
{
background-color: #FAB0E6;
}
.BgClassName
{
background-color: #FAB0E6;
}
</style>
border-color css
<style>
span { border-color: #FAB0E6; }
span { border-color: rgb(250,176,230); }
td.TdClassName
{
border-color: #FAB0E6;
}
.TagClassName
{
border-color: #FAB0E6;
}
</style>