Shades of Lavender Rose #FAB7E6
Tints of Lavender Rose #FAB7E6
RGB
CMYK
RGB Variations
Color information
#FAB7E6 (or 0xFAB7E6) is known color: Lavender Rose. HEX triplet: FA, B7 and E6. RGB value is (250,183,230). Sum of RGB (Red+Green+Blue) = 250+183+230=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 183 (71.88% from 255 or 27.60% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7E6 is #054819. Grayscale: #D0D0D0. Windows color (decimal): -346138 or 15120378. OLE color: 15120378.
HSL color Cylindrical-coordinate representation of color #FAB7E6: hue angle of 317.91º 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 #FAB7E6 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 230 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.02 |
| HSL | 317.91º | 0.87% | 0.85% | - |
| HSV(B) | 317.91º | 0.27% | 0.98% | - |
| XYZ | 70.64 | 59.9 | 82.7 | - |
| YUV | 208.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 230 | 0 | 0.27 | 0.08 | 0.02 | 317.91 | 0.87 | 0.85 |
| Hex | FA | B7 | E6 | 0 | 1B | 8 | 2 | 13E | 57 | 55 |
| Octal | 372 | 267 | 346 | 0 | 33 | 10 | 2 | 476 | 127 | 125 |
| Binary | 11111010 | 10110111 | 11100110 | 0 | 11011 | 1000 | 10 | 100111110 | 1010111 | 1010101 |
Color Harmonies of #FAB7E6
Complementary color
Monochromatic Colors of #FAB7E6
Black with #FAB7E6
Text Example
Text Example
White with #FAB7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7E6; }
p { color: rgb(250,183,230); }
H1.HeaderClassName
{
color: #FAB7E6;
}
.AnyTagClassName
{
color: #FAB7E6;
}
</style>
background-color css
<style>
a { background-color: #FAB7E6; }
a { background-color: rgb(250,183,230); }
div.DivClassName
{
background-color: #FAB7E6;
}
.BgClassName
{
background-color: #FAB7E6;
}
</style>
border-color css
<style>
span { border-color: #FAB7E6; }
span { border-color: rgb(250,183,230); }
td.TdClassName
{
border-color: #FAB7E6;
}
.TagClassName
{
border-color: #FAB7E6;
}
</style>