Shades of Lavender Rose #FE9CEA
Tints of Lavender Rose #FE9CEA
RGB
CMYK
RGB Variations
Color information
#FE9CEA (or 0xFE9CEA) is known color: Lavender Rose. HEX triplet: FE, 9C and EA. RGB value is (254,156,234). Sum of RGB (Red+Green+Blue) = 254+156+234=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 156 (61.33% from 255 or 24.22% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CEA is #016315. Grayscale: #C1C1C1. Windows color (decimal): -90902 or 15375614. OLE color: 15375614.
HSL color Cylindrical-coordinate representation of color #FE9CEA: hue angle of 312.24º 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 #FE9CEA is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 234 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.00 |
| HSL | 312.24º | 0.98% | 0.8% | - |
| HSV(B) | 312.24º | 0.39% | 1% | - |
| XYZ | 67.61 | 50.79 | 84.08 | - |
| YUV | 194.19 | 150.47 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 234 | 0 | 0.39 | 0.08 | 0.00 | 312.24 | 0.98 | 0.8 |
| Hex | FE | 9C | EA | 0 | 27 | 8 | 0 | 138 | 62 | 50 |
| Octal | 376 | 234 | 352 | 0 | 47 | 10 | 0 | 470 | 142 | 120 |
| Binary | 11111110 | 10011100 | 11101010 | 0 | 100111 | 1000 | 0 | 100111000 | 1100010 | 1010000 |
Color Harmonies of #FE9CEA
Complementary color
Monochromatic Colors of #FE9CEA
Black with #FE9CEA
Text Example
Text Example
White with #FE9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CEA; }
p { color: rgb(254,156,234); }
H1.HeaderClassName
{
color: #FE9CEA;
}
.AnyTagClassName
{
color: #FE9CEA;
}
</style>
background-color css
<style>
a { background-color: #FE9CEA; }
a { background-color: rgb(254,156,234); }
div.DivClassName
{
background-color: #FE9CEA;
}
.BgClassName
{
background-color: #FE9CEA;
}
</style>
border-color css
<style>
span { border-color: #FE9CEA; }
span { border-color: rgb(254,156,234); }
td.TdClassName
{
border-color: #FE9CEA;
}
.TagClassName
{
border-color: #FE9CEA;
}
</style>