Shades of Lavender Rose #FAB6ED
Tints of Lavender Rose #FAB6ED
RGB
CMYK
RGB Variations
Color information
#FAB6ED (or 0xFAB6ED) is known color: Lavender Rose. HEX triplet: FA, B6 and ED. RGB value is (250,182,237). Sum of RGB (Red+Green+Blue) = 250+182+237=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 182 (71.48% from 255 or 27.20% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6ED is #054912. Grayscale: #D0D0D0. Windows color (decimal): -346387 or 15578874. OLE color: 15578874.
HSL color Cylindrical-coordinate representation of color #FAB6ED: hue angle of 311.47º 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 #FAB6ED is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 237 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.02 |
| HSL | 311.47º | 0.87% | 0.85% | - |
| HSV(B) | 311.47º | 0.27% | 0.98% | - |
| XYZ | 71.44 | 59.89 | 87.92 | - |
| YUV | 208.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 237 | 0 | 0.27 | 0.05 | 0.02 | 311.47 | 0.87 | 0.85 |
| Hex | FA | B6 | ED | 0 | 1B | 5 | 2 | 137 | 57 | 55 |
| Octal | 372 | 266 | 355 | 0 | 33 | 5 | 2 | 467 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11101101 | 0 | 11011 | 101 | 10 | 100110111 | 1010111 | 1010101 |
Color Harmonies of #FAB6ED
Complementary color
Monochromatic Colors of #FAB6ED
Black with #FAB6ED
Text Example
Text Example
White with #FAB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6ED; }
p { color: rgb(250,182,237); }
H1.HeaderClassName
{
color: #FAB6ED;
}
.AnyTagClassName
{
color: #FAB6ED;
}
</style>
background-color css
<style>
a { background-color: #FAB6ED; }
a { background-color: rgb(250,182,237); }
div.DivClassName
{
background-color: #FAB6ED;
}
.BgClassName
{
background-color: #FAB6ED;
}
</style>
border-color css
<style>
span { border-color: #FAB6ED; }
span { border-color: rgb(250,182,237); }
td.TdClassName
{
border-color: #FAB6ED;
}
.TagClassName
{
border-color: #FAB6ED;
}
</style>