Shades of Lavender Rose #FAB7EC
Tints of Lavender Rose #FAB7EC
RGB
CMYK
RGB Variations
Color information
#FAB7EC (or 0xFAB7EC) is known color: Lavender Rose. HEX triplet: FA, B7 and EC. RGB value is (250,183,236). Sum of RGB (Red+Green+Blue) = 250+183+236=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 183 (71.88% from 255 or 27.35% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7EC is #054813. Grayscale: #D0D0D0. Windows color (decimal): -346132 or 15513594. OLE color: 15513594.
HSL color Cylindrical-coordinate representation of color #FAB7EC: hue angle of 312.54º 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 #FAB7EC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 236 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.02 |
| HSL | 312.54º | 0.87% | 0.85% | - |
| HSV(B) | 312.54º | 0.27% | 0.98% | - |
| XYZ | 71.5 | 60.25 | 87.22 | - |
| YUV | 209.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 236 | 0 | 0.27 | 0.06 | 0.02 | 312.54 | 0.87 | 0.85 |
| Hex | FA | B7 | EC | 0 | 1B | 6 | 2 | 139 | 57 | 55 |
| Octal | 372 | 267 | 354 | 0 | 33 | 6 | 2 | 471 | 127 | 125 |
| Binary | 11111010 | 10110111 | 11101100 | 0 | 11011 | 110 | 10 | 100111001 | 1010111 | 1010101 |
Color Harmonies of #FAB7EC
Complementary color
Monochromatic Colors of #FAB7EC
Black with #FAB7EC
Text Example
Text Example
White with #FAB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7EC; }
p { color: rgb(250,183,236); }
H1.HeaderClassName
{
color: #FAB7EC;
}
.AnyTagClassName
{
color: #FAB7EC;
}
</style>
background-color css
<style>
a { background-color: #FAB7EC; }
a { background-color: rgb(250,183,236); }
div.DivClassName
{
background-color: #FAB7EC;
}
.BgClassName
{
background-color: #FAB7EC;
}
</style>
border-color css
<style>
span { border-color: #FAB7EC; }
span { border-color: rgb(250,183,236); }
td.TdClassName
{
border-color: #FAB7EC;
}
.TagClassName
{
border-color: #FAB7EC;
}
</style>