Shades of Classic Rose #FEC4DE
Tints of Classic Rose #FEC4DE
RGB
CMYK
RGB Variations
Color information
#FEC4DE (or 0xFEC4DE) is known color: Classic Rose. HEX triplet: FE, C4 and DE. RGB value is (254,196,222). Sum of RGB (Red+Green+Blue) = 254+196+222=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 196 (76.95% from 255 or 29.17% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4DE is #013B21. Grayscale: #D8D8D8. Windows color (decimal): -80674 or 14599422. OLE color: 14599422.
HSL color Cylindrical-coordinate representation of color #FEC4DE: hue angle of 333.1º 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 #FEC4DE is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 222 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.00 |
| HSL | 333.1º | 0.97% | 0.88% | - |
| HSV(B) | 333.1º | 0.23% | 1% | - |
| XYZ | 73.8 | 65.82 | 77.92 | - |
| YUV | 216.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 222 | 0 | 0.23 | 0.13 | 0.00 | 333.1 | 0.97 | 0.88 |
| Hex | FE | C4 | DE | 0 | 17 | D | 0 | 14D | 61 | 58 |
| Octal | 376 | 304 | 336 | 0 | 27 | 15 | 0 | 515 | 141 | 130 |
| Binary | 11111110 | 11000100 | 11011110 | 0 | 10111 | 1101 | 0 | 101001101 | 1100001 | 1011000 |
Color Harmonies of #FEC4DE
Complementary color
Monochromatic Colors of #FEC4DE
Black with #FEC4DE
Text Example
Text Example
White with #FEC4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4DE; }
p { color: rgb(254,196,222); }
H1.HeaderClassName
{
color: #FEC4DE;
}
.AnyTagClassName
{
color: #FEC4DE;
}
</style>
background-color css
<style>
a { background-color: #FEC4DE; }
a { background-color: rgb(254,196,222); }
div.DivClassName
{
background-color: #FEC4DE;
}
.BgClassName
{
background-color: #FEC4DE;
}
</style>
border-color css
<style>
span { border-color: #FEC4DE; }
span { border-color: rgb(254,196,222); }
td.TdClassName
{
border-color: #FEC4DE;
}
.TagClassName
{
border-color: #FEC4DE;
}
</style>