Shades of Lavender Rose #FAB3E1
Tints of Lavender Rose #FAB3E1
RGB
CMYK
RGB Variations
Color information
#FAB3E1 (or 0xFAB3E1) is known color: Lavender Rose. HEX triplet: FA, B3 and E1. RGB value is (250,179,225). Sum of RGB (Red+Green+Blue) = 250+179+225=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3E1 is #054C1E. Grayscale: #CDCDCD. Windows color (decimal): -347167 or 14791674. OLE color: 14791674.
HSL color Cylindrical-coordinate representation of color #FAB3E1: hue angle of 321.13º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB3E1 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 225 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.02 |
| HSL | 321.13º | 0.88% | 0.84% | - |
| HSV(B) | 321.13º | 0.28% | 0.98% | - |
| XYZ | 69.14 | 58 | 78.79 | - |
| YUV | 205.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 225 | 0 | 0.28 | 0.10 | 0.02 | 321.13 | 0.88 | 0.84 |
| Hex | FA | B3 | E1 | 0 | 1C | A | 2 | 141 | 58 | 54 |
| Octal | 372 | 263 | 341 | 0 | 34 | 12 | 2 | 501 | 130 | 124 |
| Binary | 11111010 | 10110011 | 11100001 | 0 | 11100 | 1010 | 10 | 101000001 | 1011000 | 1010100 |
Color Harmonies of #FAB3E1
Complementary color
Monochromatic Colors of #FAB3E1
Black with #FAB3E1
Text Example
Text Example
White with #FAB3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3E1; }
p { color: rgb(250,179,225); }
H1.HeaderClassName
{
color: #FAB3E1;
}
.AnyTagClassName
{
color: #FAB3E1;
}
</style>
background-color css
<style>
a { background-color: #FAB3E1; }
a { background-color: rgb(250,179,225); }
div.DivClassName
{
background-color: #FAB3E1;
}
.BgClassName
{
background-color: #FAB3E1;
}
</style>
border-color css
<style>
span { border-color: #FAB3E1; }
span { border-color: rgb(250,179,225); }
td.TdClassName
{
border-color: #FAB3E1;
}
.TagClassName
{
border-color: #FAB3E1;
}
</style>