Shades of Lavender Rose #FAB0F7
Tints of Lavender Rose #FAB0F7
RGB
CMYK
RGB Variations
Color information
#FAB0F7 (or 0xFAB0F7) is known color: Lavender Rose. HEX triplet: FA, B0 and F7. RGB value is (250,176,247). Sum of RGB (Red+Green+Blue) = 250+176+247=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 176 (69.14% from 255 or 26.15% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0F7 is #054F08. Grayscale: #CECECE. Windows color (decimal): -347913 or 16232698. OLE color: 16232698.
HSL color Cylindrical-coordinate representation of color #FAB0F7: hue angle of 302.43º 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 #FAB0F7 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 247 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.02 |
| HSL | 302.43º | 0.88% | 0.84% | - |
| HSV(B) | 302.43º | 0.3% | 0.98% | - |
| XYZ | 71.74 | 58.09 | 95.43 | - |
| YUV | 206.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 247 | 0 | 0.30 | 0.01 | 0.02 | 302.43 | 0.88 | 0.84 |
| Hex | FA | B0 | F7 | 0 | 1E | 1 | 2 | 12E | 58 | 54 |
| Octal | 372 | 260 | 367 | 0 | 36 | 1 | 2 | 456 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11110111 | 0 | 11110 | 1 | 10 | 100101110 | 1011000 | 1010100 |
Color Harmonies of #FAB0F7
Complementary color
Monochromatic Colors of #FAB0F7
Black with #FAB0F7
Text Example
Text Example
White with #FAB0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0F7; }
p { color: rgb(250,176,247); }
H1.HeaderClassName
{
color: #FAB0F7;
}
.AnyTagClassName
{
color: #FAB0F7;
}
</style>
background-color css
<style>
a { background-color: #FAB0F7; }
a { background-color: rgb(250,176,247); }
div.DivClassName
{
background-color: #FAB0F7;
}
.BgClassName
{
background-color: #FAB0F7;
}
</style>
border-color css
<style>
span { border-color: #FAB0F7; }
span { border-color: rgb(250,176,247); }
td.TdClassName
{
border-color: #FAB0F7;
}
.TagClassName
{
border-color: #FAB0F7;
}
</style>