Shades of Lavender Rose #FEA7E2
Tints of Lavender Rose #FEA7E2
RGB
CMYK
RGB Variations
Color information
#FEA7E2 (or 0xFEA7E2) is known color: Lavender Rose. HEX triplet: FE, A7 and E2. RGB value is (254,167,226). Sum of RGB (Red+Green+Blue) = 254+167+226=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 167 (65.62% from 255 or 25.81% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7E2 is #01581D. Grayscale: #C7C7C7. Windows color (decimal): -88094 or 14854142. OLE color: 14854142.
HSL color Cylindrical-coordinate representation of color #FEA7E2: hue angle of 319.31º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA7E2 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 226 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.00 |
| HSL | 319.31º | 0.98% | 0.83% | - |
| HSV(B) | 319.31º | 0.34% | 1% | - |
| XYZ | 68.42 | 54.2 | 78.81 | - |
| YUV | 199.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 226 | 0 | 0.34 | 0.11 | 0.00 | 319.31 | 0.98 | 0.83 |
| Hex | FE | A7 | E2 | 0 | 22 | B | 0 | 13F | 62 | 53 |
| Octal | 376 | 247 | 342 | 0 | 42 | 13 | 0 | 477 | 142 | 123 |
| Binary | 11111110 | 10100111 | 11100010 | 0 | 100010 | 1011 | 0 | 100111111 | 1100010 | 1010011 |
Color Harmonies of #FEA7E2
Complementary color
Monochromatic Colors of #FEA7E2
Black with #FEA7E2
Text Example
Text Example
White with #FEA7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7E2; }
p { color: rgb(254,167,226); }
H1.HeaderClassName
{
color: #FEA7E2;
}
.AnyTagClassName
{
color: #FEA7E2;
}
</style>
background-color css
<style>
a { background-color: #FEA7E2; }
a { background-color: rgb(254,167,226); }
div.DivClassName
{
background-color: #FEA7E2;
}
.BgClassName
{
background-color: #FEA7E2;
}
</style>
border-color css
<style>
span { border-color: #FEA7E2; }
span { border-color: rgb(254,167,226); }
td.TdClassName
{
border-color: #FEA7E2;
}
.TagClassName
{
border-color: #FEA7E2;
}
</style>