Shades of Lavender Rose #FE9CE2
Tints of Lavender Rose #FE9CE2
RGB
CMYK
RGB Variations
Color information
#FE9CE2 (or 0xFE9CE2) is known color: Lavender Rose. HEX triplet: FE, 9C and E2. RGB value is (254,156,226). Sum of RGB (Red+Green+Blue) = 254+156+226=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 156 (61.33% from 255 or 24.53% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CE2 is #01631D. Grayscale: #C1C1C1. Windows color (decimal): -90910 or 14851326. OLE color: 14851326.
HSL color Cylindrical-coordinate representation of color #FE9CE2: hue angle of 317.14º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9CE2 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 226 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.00 |
| HSL | 317.14º | 0.98% | 0.8% | - |
| HSV(B) | 317.14º | 0.39% | 1% | - |
| XYZ | 66.49 | 50.34 | 78.16 | - |
| YUV | 193.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 226 | 0 | 0.39 | 0.11 | 0.00 | 317.14 | 0.98 | 0.8 |
| Hex | FE | 9C | E2 | 0 | 27 | B | 0 | 13D | 62 | 50 |
| Octal | 376 | 234 | 342 | 0 | 47 | 13 | 0 | 475 | 142 | 120 |
| Binary | 11111110 | 10011100 | 11100010 | 0 | 100111 | 1011 | 0 | 100111101 | 1100010 | 1010000 |
Color Harmonies of #FE9CE2
Complementary color
Monochromatic Colors of #FE9CE2
Black with #FE9CE2
Text Example
Text Example
White with #FE9CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CE2; }
p { color: rgb(254,156,226); }
H1.HeaderClassName
{
color: #FE9CE2;
}
.AnyTagClassName
{
color: #FE9CE2;
}
</style>
background-color css
<style>
a { background-color: #FE9CE2; }
a { background-color: rgb(254,156,226); }
div.DivClassName
{
background-color: #FE9CE2;
}
.BgClassName
{
background-color: #FE9CE2;
}
</style>
border-color css
<style>
span { border-color: #FE9CE2; }
span { border-color: rgb(254,156,226); }
td.TdClassName
{
border-color: #FE9CE2;
}
.TagClassName
{
border-color: #FE9CE2;
}
</style>