Shades of Lavender Rose #FAB0ED
Tints of Lavender Rose #FAB0ED
RGB
CMYK
RGB Variations
Color information
#FAB0ED (or 0xFAB0ED) is known color: Lavender Rose. HEX triplet: FA, B0 and ED. RGB value is (250,176,237). Sum of RGB (Red+Green+Blue) = 250+176+237=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 176 (69.14% from 255 or 26.55% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0ED is #054F12. Grayscale: #CCCCCC. Windows color (decimal): -347923 or 15577338. OLE color: 15577338.
HSL color Cylindrical-coordinate representation of color #FAB0ED: hue angle of 310.54º 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 #FAB0ED is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 237 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.02 |
| HSL | 310.54º | 0.88% | 0.84% | - |
| HSV(B) | 310.54º | 0.3% | 0.98% | - |
| XYZ | 70.24 | 57.49 | 87.52 | - |
| YUV | 205.08 | 146.02 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 237 | 0 | 0.30 | 0.05 | 0.02 | 310.54 | 0.88 | 0.84 |
| Hex | FA | B0 | ED | 0 | 1E | 5 | 2 | 137 | 58 | 54 |
| Octal | 372 | 260 | 355 | 0 | 36 | 5 | 2 | 467 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11101101 | 0 | 11110 | 101 | 10 | 100110111 | 1011000 | 1010100 |
Color Harmonies of #FAB0ED
Complementary color
Monochromatic Colors of #FAB0ED
Black with #FAB0ED
Text Example
Text Example
White with #FAB0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0ED; }
p { color: rgb(250,176,237); }
H1.HeaderClassName
{
color: #FAB0ED;
}
.AnyTagClassName
{
color: #FAB0ED;
}
</style>
background-color css
<style>
a { background-color: #FAB0ED; }
a { background-color: rgb(250,176,237); }
div.DivClassName
{
background-color: #FAB0ED;
}
.BgClassName
{
background-color: #FAB0ED;
}
</style>
border-color css
<style>
span { border-color: #FAB0ED; }
span { border-color: rgb(250,176,237); }
td.TdClassName
{
border-color: #FAB0ED;
}
.TagClassName
{
border-color: #FAB0ED;
}
</style>