Shades of Lavender Rose #FAB6EF
Tints of Lavender Rose #FAB6EF
RGB
CMYK
RGB Variations
Color information
#FAB6EF (or 0xFAB6EF) is known color: Lavender Rose. HEX triplet: FA, B6 and EF. RGB value is (250,182,239). Sum of RGB (Red+Green+Blue) = 250+182+239=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 182 (71.48% from 255 or 27.12% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB6EF is #054910. Grayscale: #D0D0D0. Windows color (decimal): -346385 or 15709946. OLE color: 15709946.
HSL color Cylindrical-coordinate representation of color #FAB6EF: hue angle of 309.71º 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 #FAB6EF is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 239 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.02 |
| HSL | 309.71º | 0.87% | 0.85% | - |
| HSV(B) | 309.71º | 0.27% | 0.98% | - |
| XYZ | 71.73 | 60.01 | 89.46 | - |
| YUV | 208.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 239 | 0 | 0.27 | 0.04 | 0.02 | 309.71 | 0.87 | 0.85 |
| Hex | FA | B6 | EF | 0 | 1B | 4 | 2 | 136 | 57 | 55 |
| Octal | 372 | 266 | 357 | 0 | 33 | 4 | 2 | 466 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11101111 | 0 | 11011 | 100 | 10 | 100110110 | 1010111 | 1010101 |
Color Harmonies of #FAB6EF
Complementary color
Monochromatic Colors of #FAB6EF
Black with #FAB6EF
Text Example
Text Example
White with #FAB6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6EF; }
p { color: rgb(250,182,239); }
H1.HeaderClassName
{
color: #FAB6EF;
}
.AnyTagClassName
{
color: #FAB6EF;
}
</style>
background-color css
<style>
a { background-color: #FAB6EF; }
a { background-color: rgb(250,182,239); }
div.DivClassName
{
background-color: #FAB6EF;
}
.BgClassName
{
background-color: #FAB6EF;
}
</style>
border-color css
<style>
span { border-color: #FAB6EF; }
span { border-color: rgb(250,182,239); }
td.TdClassName
{
border-color: #FAB6EF;
}
.TagClassName
{
border-color: #FAB6EF;
}
</style>