Shades of Classic Rose #FEC2E4
Tints of Classic Rose #FEC2E4
RGB
CMYK
RGB Variations
Color information
#FEC2E4 (or 0xFEC2E4) is known color: Classic Rose. HEX triplet: FE, C2 and E4. RGB value is (254,194,228). Sum of RGB (Red+Green+Blue) = 254+194+228=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 194 (76.17% from 255 or 28.70% from 676); Blue value is 228 (89.45% from 255 or 33.73% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2E4 is #013D1B. Grayscale: #D7D7D7. Windows color (decimal): -81180 or 14992126. OLE color: 14992126.
HSL color Cylindrical-coordinate representation of color #FEC2E4: hue angle of 326º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC2E4 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 228 | - |
CMYK | 0 | 0.24 | 0.10 | 0.00 |
HSL | 326º | 0.97% | 0.88% | - |
HSV(B) | 326º | 0.24% | 1% | - |
XYZ | 74.17 | 65.26 | 82.09 | - |
YUV | 215.82 | 134.88 | 155.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 228 | 0 | 0.24 | 0.10 | 0.00 | 326 | 0.97 | 0.88 |
Hex | FE | C2 | E4 | 0 | 18 | A | 0 | 146 | 61 | 58 |
Octal | 376 | 302 | 344 | 0 | 30 | 12 | 0 | 506 | 141 | 130 |
Binary | 11111110 | 11000010 | 11100100 | 0 | 11000 | 1010 | 0 | 101000110 | 1100001 | 1011000 |
Color Harmonies of #FEC2E4
Complementary color
Monochromatic Colors of #FEC2E4
Black with #FEC2E4
Text Example
Text Example
White with #FEC2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2E4; }
p { color: rgb(254,194,228); }
H1.HeaderClassName
{
color: #FEC2E4;
}
.AnyTagClassName
{
color: #FEC2E4;
}
</style>
background-color css
<style>
a { background-color: #FEC2E4; }
a { background-color: rgb(254,194,228); }
div.DivClassName
{
background-color: #FEC2E4;
}
.BgClassName
{
background-color: #FEC2E4;
}
</style>
border-color css
<style>
span { border-color: #FEC2E4; }
span { border-color: rgb(254,194,228); }
td.TdClassName
{
border-color: #FEC2E4;
}
.TagClassName
{
border-color: #FEC2E4;
}
</style>