Shades of Classic Rose #FEC3E4
Tints of Classic Rose #FEC3E4
RGB
CMYK
RGB Variations
Color information
#FEC3E4 (or 0xFEC3E4) is known color: Classic Rose. HEX triplet: FE, C3 and E4. RGB value is (254,195,228). Sum of RGB (Red+Green+Blue) = 254+195+228=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 195 (76.56% from 255 or 28.80% from 677); Blue value is 228 (89.45% from 255 or 33.68% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3E4 is #013C1B. Grayscale: #D8D8D8. Windows color (decimal): -80924 or 14992382. OLE color: 14992382.
HSL color Cylindrical-coordinate representation of color #FEC3E4: hue angle of 326.44º 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 #FEC3E4 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 195 | 228 | - |
CMYK | 0 | 0.23 | 0.10 | 0.00 |
HSL | 326.44º | 0.97% | 0.88% | - |
HSV(B) | 326.44º | 0.23% | 1% | - |
XYZ | 74.39 | 65.7 | 82.16 | - |
YUV | 216.4 | 134.55 | 154.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 195 | 228 | 0 | 0.23 | 0.10 | 0.00 | 326.44 | 0.97 | 0.88 |
Hex | FE | C3 | E4 | 0 | 17 | A | 0 | 146 | 61 | 58 |
Octal | 376 | 303 | 344 | 0 | 27 | 12 | 0 | 506 | 141 | 130 |
Binary | 11111110 | 11000011 | 11100100 | 0 | 10111 | 1010 | 0 | 101000110 | 1100001 | 1011000 |
Color Harmonies of #FEC3E4
Complementary color
Monochromatic Colors of #FEC3E4
Black with #FEC3E4
Text Example
Text Example
White with #FEC3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3E4; }
p { color: rgb(254,195,228); }
H1.HeaderClassName
{
color: #FEC3E4;
}
.AnyTagClassName
{
color: #FEC3E4;
}
</style>
background-color css
<style>
a { background-color: #FEC3E4; }
a { background-color: rgb(254,195,228); }
div.DivClassName
{
background-color: #FEC3E4;
}
.BgClassName
{
background-color: #FEC3E4;
}
</style>
border-color css
<style>
span { border-color: #FEC3E4; }
span { border-color: rgb(254,195,228); }
td.TdClassName
{
border-color: #FEC3E4;
}
.TagClassName
{
border-color: #FEC3E4;
}
</style>