Shades of Lavender Rose #FAB2EE
Tints of Lavender Rose #FAB2EE
RGB
CMYK
RGB Variations
Color information
#FAB2EE (or 0xFAB2EE) is known color: Lavender Rose. HEX triplet: FA, B2 and EE. RGB value is (250,178,238). Sum of RGB (Red+Green+Blue) = 250+178+238=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 178 (69.92% from 255 or 26.73% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2EE is #054D11. Grayscale: #CECECE. Windows color (decimal): -347410 or 15643386. OLE color: 15643386.
HSL color Cylindrical-coordinate representation of color #FAB2EE: hue angle of 310º 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 #FAB2EE is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 238 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.02 |
| HSL | 310º | 0.88% | 0.84% | - |
| HSV(B) | 310º | 0.29% | 0.98% | - |
| XYZ | 70.78 | 58.34 | 88.42 | - |
| YUV | 206.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 238 | 0 | 0.29 | 0.05 | 0.02 | 310 | 0.88 | 0.84 |
| Hex | FA | B2 | EE | 0 | 1D | 5 | 2 | 136 | 58 | 54 |
| Octal | 372 | 262 | 356 | 0 | 35 | 5 | 2 | 466 | 130 | 124 |
| Binary | 11111010 | 10110010 | 11101110 | 0 | 11101 | 101 | 10 | 100110110 | 1011000 | 1010100 |
Color Harmonies of #FAB2EE
Complementary color
Monochromatic Colors of #FAB2EE
Black with #FAB2EE
Text Example
Text Example
White with #FAB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB2EE; }
p { color: rgb(250,178,238); }
H1.HeaderClassName
{
color: #FAB2EE;
}
.AnyTagClassName
{
color: #FAB2EE;
}
</style>
background-color css
<style>
a { background-color: #FAB2EE; }
a { background-color: rgb(250,178,238); }
div.DivClassName
{
background-color: #FAB2EE;
}
.BgClassName
{
background-color: #FAB2EE;
}
</style>
border-color css
<style>
span { border-color: #FAB2EE; }
span { border-color: rgb(250,178,238); }
td.TdClassName
{
border-color: #FAB2EE;
}
.TagClassName
{
border-color: #FAB2EE;
}
</style>