Shades of Classic Rose #FEC4E4
Tints of Classic Rose #FEC4E4
RGB
CMYK
RGB Variations
Color information
#FEC4E4 (or 0xFEC4E4) is known color: Classic Rose. HEX triplet: FE, C4 and E4. RGB value is (254,196,228). Sum of RGB (Red+Green+Blue) = 254+196+228=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 196 (76.95% from 255 or 28.91% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4E4 is #013B1B. Grayscale: #D8D8D8. Windows color (decimal): -80668 or 14992638. OLE color: 14992638.
HSL color Cylindrical-coordinate representation of color #FEC4E4: hue angle of 326.9º 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 #FEC4E4 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 228 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.00 |
| HSL | 326.9º | 0.97% | 0.88% | - |
| HSV(B) | 326.9º | 0.23% | 1% | - |
| XYZ | 74.62 | 66.15 | 82.23 | - |
| YUV | 216.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 228 | 0 | 0.23 | 0.10 | 0.00 | 326.9 | 0.97 | 0.88 |
| Hex | FE | C4 | E4 | 0 | 17 | A | 0 | 147 | 61 | 58 |
| Octal | 376 | 304 | 344 | 0 | 27 | 12 | 0 | 507 | 141 | 130 |
| Binary | 11111110 | 11000100 | 11100100 | 0 | 10111 | 1010 | 0 | 101000111 | 1100001 | 1011000 |
Color Harmonies of #FEC4E4
Complementary color
Monochromatic Colors of #FEC4E4
Black with #FEC4E4
Text Example
Text Example
White with #FEC4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4E4; }
p { color: rgb(254,196,228); }
H1.HeaderClassName
{
color: #FEC4E4;
}
.AnyTagClassName
{
color: #FEC4E4;
}
</style>
background-color css
<style>
a { background-color: #FEC4E4; }
a { background-color: rgb(254,196,228); }
div.DivClassName
{
background-color: #FEC4E4;
}
.BgClassName
{
background-color: #FEC4E4;
}
</style>
border-color css
<style>
span { border-color: #FEC4E4; }
span { border-color: rgb(254,196,228); }
td.TdClassName
{
border-color: #FEC4E4;
}
.TagClassName
{
border-color: #FEC4E4;
}
</style>