Shades of Lavender Rose #FAB5ED
Tints of Lavender Rose #FAB5ED
RGB
CMYK
RGB Variations
Color information
#FAB5ED (or 0xFAB5ED) is known color: Lavender Rose. HEX triplet: FA, B5 and ED. RGB value is (250,181,237). Sum of RGB (Red+Green+Blue) = 250+181+237=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 181 (71.09% from 255 or 27.10% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB5ED is #054A12. Grayscale: #CFCFCF. Windows color (decimal): -346643 or 15578618. OLE color: 15578618.
HSL color Cylindrical-coordinate representation of color #FAB5ED: hue angle of 311.3º 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 #FAB5ED is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 237 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.02 |
| HSL | 311.3º | 0.87% | 0.85% | - |
| HSV(B) | 311.3º | 0.28% | 0.98% | - |
| XYZ | 71.23 | 59.49 | 87.85 | - |
| YUV | 208.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 237 | 0 | 0.28 | 0.05 | 0.02 | 311.3 | 0.87 | 0.85 |
| Hex | FA | B5 | ED | 0 | 1C | 5 | 2 | 137 | 57 | 55 |
| Octal | 372 | 265 | 355 | 0 | 34 | 5 | 2 | 467 | 127 | 125 |
| Binary | 11111010 | 10110101 | 11101101 | 0 | 11100 | 101 | 10 | 100110111 | 1010111 | 1010101 |
Color Harmonies of #FAB5ED
Complementary color
Monochromatic Colors of #FAB5ED
Black with #FAB5ED
Text Example
Text Example
White with #FAB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5ED; }
p { color: rgb(250,181,237); }
H1.HeaderClassName
{
color: #FAB5ED;
}
.AnyTagClassName
{
color: #FAB5ED;
}
</style>
background-color css
<style>
a { background-color: #FAB5ED; }
a { background-color: rgb(250,181,237); }
div.DivClassName
{
background-color: #FAB5ED;
}
.BgClassName
{
background-color: #FAB5ED;
}
</style>
border-color css
<style>
span { border-color: #FAB5ED; }
span { border-color: rgb(250,181,237); }
td.TdClassName
{
border-color: #FAB5ED;
}
.TagClassName
{
border-color: #FAB5ED;
}
</style>