Shades of Lavender Rose #FAB1E2
Tints of Lavender Rose #FAB1E2
RGB
CMYK
RGB Variations
Color information
#FAB1E2 (or 0xFAB1E2) is known color: Lavender Rose. HEX triplet: FA, B1 and E2. RGB value is (250,177,226). Sum of RGB (Red+Green+Blue) = 250+177+226=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1E2 is #054E1D. Grayscale: #CCCCCC. Windows color (decimal): -347678 or 14856698. OLE color: 14856698.
HSL color Cylindrical-coordinate representation of color #FAB1E2: hue angle of 319.73º 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 #FAB1E2 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 177 | 226 | - |
CMYK | 0 | 0.29 | 0.10 | 0.02 |
HSL | 319.73º | 0.88% | 0.84% | - |
HSV(B) | 319.73º | 0.29% | 0.98% | - |
XYZ | 68.87 | 57.26 | 79.37 | - |
YUV | 204.41 | 140.18 | 160.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 177 | 226 | 0 | 0.29 | 0.10 | 0.02 | 319.73 | 0.88 | 0.84 |
Hex | FA | B1 | E2 | 0 | 1D | A | 2 | 140 | 58 | 54 |
Octal | 372 | 261 | 342 | 0 | 35 | 12 | 2 | 500 | 130 | 124 |
Binary | 11111010 | 10110001 | 11100010 | 0 | 11101 | 1010 | 10 | 101000000 | 1011000 | 1010100 |
Color Harmonies of #FAB1E2
Complementary color
Monochromatic Colors of #FAB1E2
Black with #FAB1E2
Text Example
Text Example
White with #FAB1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1E2; }
p { color: rgb(250,177,226); }
H1.HeaderClassName
{
color: #FAB1E2;
}
.AnyTagClassName
{
color: #FAB1E2;
}
</style>
background-color css
<style>
a { background-color: #FAB1E2; }
a { background-color: rgb(250,177,226); }
div.DivClassName
{
background-color: #FAB1E2;
}
.BgClassName
{
background-color: #FAB1E2;
}
</style>
border-color css
<style>
span { border-color: #FAB1E2; }
span { border-color: rgb(250,177,226); }
td.TdClassName
{
border-color: #FAB1E2;
}
.TagClassName
{
border-color: #FAB1E2;
}
</style>