Shades of Lavender Rose #FAB7ED
Tints of Lavender Rose #FAB7ED
RGB
CMYK
RGB Variations
Color information
#FAB7ED (or 0xFAB7ED) is known color: Lavender Rose. HEX triplet: FA, B7 and ED. RGB value is (250,183,237). Sum of RGB (Red+Green+Blue) = 250+183+237=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 183 (71.88% from 255 or 27.31% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7ED is #054812. Grayscale: #D1D1D1. Windows color (decimal): -346131 or 15579130. OLE color: 15579130.
HSL color Cylindrical-coordinate representation of color #FAB7ED: hue angle of 311.64º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7ED is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 237 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.02 |
| HSL | 311.64º | 0.87% | 0.85% | - |
| HSV(B) | 311.64º | 0.27% | 0.98% | - |
| XYZ | 71.64 | 60.31 | 87.98 | - |
| YUV | 209.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 237 | 0 | 0.27 | 0.05 | 0.02 | 311.64 | 0.87 | 0.85 |
| Hex | FA | B7 | ED | 0 | 1B | 5 | 2 | 138 | 57 | 55 |
| Octal | 372 | 267 | 355 | 0 | 33 | 5 | 2 | 470 | 127 | 125 |
| Binary | 11111010 | 10110111 | 11101101 | 0 | 11011 | 101 | 10 | 100111000 | 1010111 | 1010101 |
Color Harmonies of #FAB7ED
Complementary color
Monochromatic Colors of #FAB7ED
Black with #FAB7ED
Text Example
Text Example
White with #FAB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7ED; }
p { color: rgb(250,183,237); }
H1.HeaderClassName
{
color: #FAB7ED;
}
.AnyTagClassName
{
color: #FAB7ED;
}
</style>
background-color css
<style>
a { background-color: #FAB7ED; }
a { background-color: rgb(250,183,237); }
div.DivClassName
{
background-color: #FAB7ED;
}
.BgClassName
{
background-color: #FAB7ED;
}
</style>
border-color css
<style>
span { border-color: #FAB7ED; }
span { border-color: rgb(250,183,237); }
td.TdClassName
{
border-color: #FAB7ED;
}
.TagClassName
{
border-color: #FAB7ED;
}
</style>