Shades of Lavender Rose #FEB2E2
Tints of Lavender Rose #FEB2E2
RGB
CMYK
RGB Variations
Color information
#FEB2E2 (or 0xFEB2E2) is known color: Lavender Rose. HEX triplet: FE, B2 and E2. RGB value is (254,178,226). Sum of RGB (Red+Green+Blue) = 254+178+226=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 178 (69.92% from 255 or 27.05% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2E2 is #014D1D. Grayscale: #CECECE. Windows color (decimal): -85278 or 14856958. OLE color: 14856958.
HSL color Cylindrical-coordinate representation of color #FEB2E2: hue angle of 322.11º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB2E2 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 226 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.00 |
| HSL | 322.11º | 0.97% | 0.85% | - |
| HSV(B) | 322.11º | 0.3% | 1% | - |
| XYZ | 70.52 | 58.4 | 79.51 | - |
| YUV | 206.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 226 | 0 | 0.30 | 0.11 | 0.00 | 322.11 | 0.97 | 0.85 |
| Hex | FE | B2 | E2 | 0 | 1E | B | 0 | 142 | 61 | 55 |
| Octal | 376 | 262 | 342 | 0 | 36 | 13 | 0 | 502 | 141 | 125 |
| Binary | 11111110 | 10110010 | 11100010 | 0 | 11110 | 1011 | 0 | 101000010 | 1100001 | 1010101 |
Color Harmonies of #FEB2E2
Complementary color
Monochromatic Colors of #FEB2E2
Black with #FEB2E2
Text Example
Text Example
White with #FEB2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2E2; }
p { color: rgb(254,178,226); }
H1.HeaderClassName
{
color: #FEB2E2;
}
.AnyTagClassName
{
color: #FEB2E2;
}
</style>
background-color css
<style>
a { background-color: #FEB2E2; }
a { background-color: rgb(254,178,226); }
div.DivClassName
{
background-color: #FEB2E2;
}
.BgClassName
{
background-color: #FEB2E2;
}
</style>
border-color css
<style>
span { border-color: #FEB2E2; }
span { border-color: rgb(254,178,226); }
td.TdClassName
{
border-color: #FEB2E2;
}
.TagClassName
{
border-color: #FEB2E2;
}
</style>