Shades of Lavender Rose #FAB0F4
Tints of Lavender Rose #FAB0F4
RGB
CMYK
RGB Variations
Color information
#FAB0F4 (or 0xFAB0F4) is known color: Lavender Rose. HEX triplet: FA, B0 and F4. RGB value is (250,176,244). Sum of RGB (Red+Green+Blue) = 250+176+244=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 176 (69.14% from 255 or 26.27% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB0F4 is #054F0B. Grayscale: #CDCDCD. Windows color (decimal): -347916 or 16036090. OLE color: 16036090.
HSL color Cylindrical-coordinate representation of color #FAB0F4: hue angle of 304.86º 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 #FAB0F4 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 244 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.02 |
| HSL | 304.86º | 0.88% | 0.84% | - |
| HSV(B) | 304.86º | 0.3% | 0.98% | - |
| XYZ | 71.28 | 57.91 | 93.01 | - |
| YUV | 205.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 244 | 0 | 0.30 | 0.02 | 0.02 | 304.86 | 0.88 | 0.84 |
| Hex | FA | B0 | F4 | 0 | 1E | 2 | 2 | 131 | 58 | 54 |
| Octal | 372 | 260 | 364 | 0 | 36 | 2 | 2 | 461 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11110100 | 0 | 11110 | 10 | 10 | 100110001 | 1011000 | 1010100 |
Color Harmonies of #FAB0F4
Complementary color
Monochromatic Colors of #FAB0F4
Black with #FAB0F4
Text Example
Text Example
White with #FAB0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0F4; }
p { color: rgb(250,176,244); }
H1.HeaderClassName
{
color: #FAB0F4;
}
.AnyTagClassName
{
color: #FAB0F4;
}
</style>
background-color css
<style>
a { background-color: #FAB0F4; }
a { background-color: rgb(250,176,244); }
div.DivClassName
{
background-color: #FAB0F4;
}
.BgClassName
{
background-color: #FAB0F4;
}
</style>
border-color css
<style>
span { border-color: #FAB0F4; }
span { border-color: rgb(250,176,244); }
td.TdClassName
{
border-color: #FAB0F4;
}
.TagClassName
{
border-color: #FAB0F4;
}
</style>