Shades of Lavender Rose #FE9CE8
Tints of Lavender Rose #FE9CE8
RGB
CMYK
RGB Variations
Color information
#FE9CE8 (or 0xFE9CE8) is known color: Lavender Rose. HEX triplet: FE, 9C and E8. RGB value is (254,156,232). Sum of RGB (Red+Green+Blue) = 254+156+232=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 156 (61.33% from 255 or 24.30% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CE8 is #016317. Grayscale: #C1C1C1. Windows color (decimal): -90904 or 15244542. OLE color: 15244542.
HSL color Cylindrical-coordinate representation of color #FE9CE8: hue angle of 313.47º 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 #FE9CE8 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 232 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.00 |
| HSL | 313.47º | 0.98% | 0.8% | - |
| HSV(B) | 313.47º | 0.39% | 1% | - |
| XYZ | 67.33 | 50.67 | 82.58 | - |
| YUV | 193.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 232 | 0 | 0.39 | 0.09 | 0.00 | 313.47 | 0.98 | 0.8 |
| Hex | FE | 9C | E8 | 0 | 27 | 9 | 0 | 139 | 62 | 50 |
| Octal | 376 | 234 | 350 | 0 | 47 | 11 | 0 | 471 | 142 | 120 |
| Binary | 11111110 | 10011100 | 11101000 | 0 | 100111 | 1001 | 0 | 100111001 | 1100010 | 1010000 |
Color Harmonies of #FE9CE8
Complementary color
Monochromatic Colors of #FE9CE8
Black with #FE9CE8
Text Example
Text Example
White with #FE9CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CE8; }
p { color: rgb(254,156,232); }
H1.HeaderClassName
{
color: #FE9CE8;
}
.AnyTagClassName
{
color: #FE9CE8;
}
</style>
background-color css
<style>
a { background-color: #FE9CE8; }
a { background-color: rgb(254,156,232); }
div.DivClassName
{
background-color: #FE9CE8;
}
.BgClassName
{
background-color: #FE9CE8;
}
</style>
border-color css
<style>
span { border-color: #FE9CE8; }
span { border-color: rgb(254,156,232); }
td.TdClassName
{
border-color: #FE9CE8;
}
.TagClassName
{
border-color: #FE9CE8;
}
</style>