Shades of Lavender Rose #FAABE2
Tints of Lavender Rose #FAABE2
RGB
CMYK
RGB Variations
Color information
#FAABE2 (or 0xFAABE2) is known color: Lavender Rose. HEX triplet: FA, AB and E2. RGB value is (250,171,226). Sum of RGB (Red+Green+Blue) = 250+171+226=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABE2 is #05541D. Grayscale: #C8C8C8. Windows color (decimal): -349214 or 14855162. OLE color: 14855162.
HSL color Cylindrical-coordinate representation of color #FAABE2: hue angle of 318.23º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABE2 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 226 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.02 |
| HSL | 318.23º | 0.89% | 0.83% | - |
| HSV(B) | 318.23º | 0.32% | 0.98% | - |
| XYZ | 67.71 | 54.94 | 78.99 | - |
| YUV | 200.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 226 | 0 | 0.32 | 0.10 | 0.02 | 318.23 | 0.89 | 0.83 |
| Hex | FA | AB | E2 | 0 | 20 | A | 2 | 13E | 59 | 53 |
| Octal | 372 | 253 | 342 | 0 | 40 | 12 | 2 | 476 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11100010 | 0 | 100000 | 1010 | 10 | 100111110 | 1011001 | 1010011 |
Color Harmonies of #FAABE2
Complementary color
Monochromatic Colors of #FAABE2
Black with #FAABE2
Text Example
Text Example
White with #FAABE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABE2; }
p { color: rgb(250,171,226); }
H1.HeaderClassName
{
color: #FAABE2;
}
.AnyTagClassName
{
color: #FAABE2;
}
</style>
background-color css
<style>
a { background-color: #FAABE2; }
a { background-color: rgb(250,171,226); }
div.DivClassName
{
background-color: #FAABE2;
}
.BgClassName
{
background-color: #FAABE2;
}
</style>
border-color css
<style>
span { border-color: #FAABE2; }
span { border-color: rgb(250,171,226); }
td.TdClassName
{
border-color: #FAABE2;
}
.TagClassName
{
border-color: #FAABE2;
}
</style>