Shades of Classic Rose #FEC3E8
Tints of Classic Rose #FEC3E8
RGB
CMYK
RGB Variations
Color information
#FEC3E8 (or 0xFEC3E8) is known color: Classic Rose. HEX triplet: FE, C3 and E8. RGB value is (254,195,232). Sum of RGB (Red+Green+Blue) = 254+195+232=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 195 (76.56% from 255 or 28.63% from 681); Blue value is 232 (91.02% from 255 or 34.07% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3E8 is #013C17. Grayscale: #D8D8D8. Windows color (decimal): -80920 or 15254526. OLE color: 15254526.
HSL color Cylindrical-coordinate representation of color #FEC3E8: hue angle of 322.37º 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 #FEC3E8 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 232 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.00 |
| HSL | 322.37º | 0.97% | 0.88% | - |
| HSV(B) | 322.37º | 0.23% | 1% | - |
| XYZ | 74.95 | 65.93 | 85.12 | - |
| YUV | 216.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 232 | 0 | 0.23 | 0.09 | 0.00 | 322.37 | 0.97 | 0.88 |
| Hex | FE | C3 | E8 | 0 | 17 | 9 | 0 | 142 | 61 | 58 |
| Octal | 376 | 303 | 350 | 0 | 27 | 11 | 0 | 502 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11101000 | 0 | 10111 | 1001 | 0 | 101000010 | 1100001 | 1011000 |
Color Harmonies of #FEC3E8
Complementary color
Monochromatic Colors of #FEC3E8
Black with #FEC3E8
Text Example
Text Example
White with #FEC3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3E8; }
p { color: rgb(254,195,232); }
H1.HeaderClassName
{
color: #FEC3E8;
}
.AnyTagClassName
{
color: #FEC3E8;
}
</style>
background-color css
<style>
a { background-color: #FEC3E8; }
a { background-color: rgb(254,195,232); }
div.DivClassName
{
background-color: #FEC3E8;
}
.BgClassName
{
background-color: #FEC3E8;
}
</style>
border-color css
<style>
span { border-color: #FEC3E8; }
span { border-color: rgb(254,195,232); }
td.TdClassName
{
border-color: #FEC3E8;
}
.TagClassName
{
border-color: #FEC3E8;
}
</style>