Shades of Lavender Rose #FAB0E7
Tints of Lavender Rose #FAB0E7
RGB
CMYK
RGB Variations
Color information
#FAB0E7 (or 0xFAB0E7) is known color: Lavender Rose. HEX triplet: FA, B0 and E7. RGB value is (250,176,231). Sum of RGB (Red+Green+Blue) = 250+176+231=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0E7 is #054F18. Grayscale: #CCCCCC. Windows color (decimal): -347929 or 15184122. OLE color: 15184122.
HSL color Cylindrical-coordinate representation of color #FAB0E7: hue angle of 315.41º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0E7 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 231 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.02 |
| HSL | 315.41º | 0.88% | 0.84% | - |
| HSV(B) | 315.41º | 0.3% | 0.98% | - |
| XYZ | 69.37 | 57.14 | 82.97 | - |
| YUV | 204.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 231 | 0 | 0.30 | 0.08 | 0.02 | 315.41 | 0.88 | 0.84 |
| Hex | FA | B0 | E7 | 0 | 1E | 8 | 2 | 13B | 58 | 54 |
| Octal | 372 | 260 | 347 | 0 | 36 | 10 | 2 | 473 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11100111 | 0 | 11110 | 1000 | 10 | 100111011 | 1011000 | 1010100 |
Color Harmonies of #FAB0E7
Complementary color
Monochromatic Colors of #FAB0E7
Black with #FAB0E7
Text Example
Text Example
White with #FAB0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0E7; }
p { color: rgb(250,176,231); }
H1.HeaderClassName
{
color: #FAB0E7;
}
.AnyTagClassName
{
color: #FAB0E7;
}
</style>
background-color css
<style>
a { background-color: #FAB0E7; }
a { background-color: rgb(250,176,231); }
div.DivClassName
{
background-color: #FAB0E7;
}
.BgClassName
{
background-color: #FAB0E7;
}
</style>
border-color css
<style>
span { border-color: #FAB0E7; }
span { border-color: rgb(250,176,231); }
td.TdClassName
{
border-color: #FAB0E7;
}
.TagClassName
{
border-color: #FAB0E7;
}
</style>