Shades of Lavender Rose #FE9CEF
Tints of Lavender Rose #FE9CEF
RGB
CMYK
RGB Variations
Color information
#FE9CEF (or 0xFE9CEF) is known color: Lavender Rose. HEX triplet: FE, 9C and EF. RGB value is (254,156,239). Sum of RGB (Red+Green+Blue) = 254+156+239=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 156 (61.33% from 255 or 24.04% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CEF is #016310. Grayscale: #C2C2C2. Windows color (decimal): -90897 or 15703294. OLE color: 15703294.
HSL color Cylindrical-coordinate representation of color #FE9CEF: hue angle of 309.18º 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 #FE9CEF is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 239 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.00 |
| HSL | 309.18º | 0.98% | 0.8% | - |
| HSV(B) | 309.18º | 0.39% | 1% | - |
| XYZ | 68.34 | 51.08 | 87.92 | - |
| YUV | 194.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 239 | 0 | 0.39 | 0.06 | 0.00 | 309.18 | 0.98 | 0.8 |
| Hex | FE | 9C | EF | 0 | 27 | 6 | 0 | 135 | 62 | 50 |
| Octal | 376 | 234 | 357 | 0 | 47 | 6 | 0 | 465 | 142 | 120 |
| Binary | 11111110 | 10011100 | 11101111 | 0 | 100111 | 110 | 0 | 100110101 | 1100010 | 1010000 |
Color Harmonies of #FE9CEF
Complementary color
Monochromatic Colors of #FE9CEF
Black with #FE9CEF
Text Example
Text Example
White with #FE9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CEF; }
p { color: rgb(254,156,239); }
H1.HeaderClassName
{
color: #FE9CEF;
}
.AnyTagClassName
{
color: #FE9CEF;
}
</style>
background-color css
<style>
a { background-color: #FE9CEF; }
a { background-color: rgb(254,156,239); }
div.DivClassName
{
background-color: #FE9CEF;
}
.BgClassName
{
background-color: #FE9CEF;
}
</style>
border-color css
<style>
span { border-color: #FE9CEF; }
span { border-color: rgb(254,156,239); }
td.TdClassName
{
border-color: #FE9CEF;
}
.TagClassName
{
border-color: #FE9CEF;
}
</style>