Shades of Lavender Rose #FAB2E1
Tints of Lavender Rose #FAB2E1
RGB
CMYK
RGB Variations
Color information
#FAB2E1 (or 0xFAB2E1) is known color: Lavender Rose. HEX triplet: FA, B2 and E1. RGB value is (250,178,225). Sum of RGB (Red+Green+Blue) = 250+178+225=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2E1 is #054D1E. Grayscale: #CCCCCC. Windows color (decimal): -347423 or 14791418. OLE color: 14791418.
HSL color Cylindrical-coordinate representation of color #FAB2E1: hue angle of 320.83º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB2E1 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 225 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.02 |
| HSL | 320.83º | 0.88% | 0.84% | - |
| HSV(B) | 320.83º | 0.29% | 0.98% | - |
| XYZ | 68.94 | 57.6 | 78.72 | - |
| YUV | 204.89 | 139.35 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 225 | 0 | 0.29 | 0.10 | 0.02 | 320.83 | 0.88 | 0.84 |
| Hex | FA | B2 | E1 | 0 | 1D | A | 2 | 141 | 58 | 54 |
| Octal | 372 | 262 | 341 | 0 | 35 | 12 | 2 | 501 | 130 | 124 |
| Binary | 11111010 | 10110010 | 11100001 | 0 | 11101 | 1010 | 10 | 101000001 | 1011000 | 1010100 |
Color Harmonies of #FAB2E1
Complementary color
Monochromatic Colors of #FAB2E1
Black with #FAB2E1
Text Example
Text Example
White with #FAB2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB2E1; }
p { color: rgb(250,178,225); }
H1.HeaderClassName
{
color: #FAB2E1;
}
.AnyTagClassName
{
color: #FAB2E1;
}
</style>
background-color css
<style>
a { background-color: #FAB2E1; }
a { background-color: rgb(250,178,225); }
div.DivClassName
{
background-color: #FAB2E1;
}
.BgClassName
{
background-color: #FAB2E1;
}
</style>
border-color css
<style>
span { border-color: #FAB2E1; }
span { border-color: rgb(250,178,225); }
td.TdClassName
{
border-color: #FAB2E1;
}
.TagClassName
{
border-color: #FAB2E1;
}
</style>