Shades of Classic Rose #FEC4EE
Tints of Classic Rose #FEC4EE
RGB
CMYK
RGB Variations
Color information
#FEC4EE (or 0xFEC4EE) is known color: Classic Rose. HEX triplet: FE, C4 and EE. RGB value is (254,196,238). Sum of RGB (Red+Green+Blue) = 254+196+238=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 196 (76.95% from 255 or 28.49% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4EE is #013B11. Grayscale: #DADADA. Windows color (decimal): -80658 or 15647998. OLE color: 15647998.
HSL color Cylindrical-coordinate representation of color #FEC4EE: hue angle of 316.55º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC4EE is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 238 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.00 |
| HSL | 316.55º | 0.97% | 0.88% | - |
| HSV(B) | 316.55º | 0.23% | 1% | - |
| XYZ | 76.05 | 66.72 | 89.76 | - |
| YUV | 218.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 238 | 0 | 0.23 | 0.06 | 0.00 | 316.55 | 0.97 | 0.88 |
| Hex | FE | C4 | EE | 0 | 17 | 6 | 0 | 13D | 61 | 58 |
| Octal | 376 | 304 | 356 | 0 | 27 | 6 | 0 | 475 | 141 | 130 |
| Binary | 11111110 | 11000100 | 11101110 | 0 | 10111 | 110 | 0 | 100111101 | 1100001 | 1011000 |
Color Harmonies of #FEC4EE
Complementary color
Monochromatic Colors of #FEC4EE
Black with #FEC4EE
Text Example
Text Example
White with #FEC4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4EE; }
p { color: rgb(254,196,238); }
H1.HeaderClassName
{
color: #FEC4EE;
}
.AnyTagClassName
{
color: #FEC4EE;
}
</style>
background-color css
<style>
a { background-color: #FEC4EE; }
a { background-color: rgb(254,196,238); }
div.DivClassName
{
background-color: #FEC4EE;
}
.BgClassName
{
background-color: #FEC4EE;
}
</style>
border-color css
<style>
span { border-color: #FEC4EE; }
span { border-color: rgb(254,196,238); }
td.TdClassName
{
border-color: #FEC4EE;
}
.TagClassName
{
border-color: #FEC4EE;
}
</style>