Shades of Classic Rose #FEC3E9
Tints of Classic Rose #FEC3E9
RGB
CMYK
RGB Variations
Color information
#FEC3E9 (or 0xFEC3E9) is known color: Classic Rose. HEX triplet: FE, C3 and E9. RGB value is (254,195,233). Sum of RGB (Red+Green+Blue) = 254+195+233=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 195 (76.56% from 255 or 28.59% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3E9 is #013C16. Grayscale: #D8D8D8. Windows color (decimal): -80919 or 15320062. OLE color: 15320062.
HSL color Cylindrical-coordinate representation of color #FEC3E9: hue angle of 321.36º 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 #FEC3E9 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 233 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.00 |
| HSL | 321.36º | 0.97% | 0.88% | - |
| HSV(B) | 321.36º | 0.23% | 1% | - |
| XYZ | 75.1 | 65.98 | 85.87 | - |
| YUV | 216.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 233 | 0 | 0.23 | 0.08 | 0.00 | 321.36 | 0.97 | 0.88 |
| Hex | FE | C3 | E9 | 0 | 17 | 8 | 0 | 141 | 61 | 58 |
| Octal | 376 | 303 | 351 | 0 | 27 | 10 | 0 | 501 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11101001 | 0 | 10111 | 1000 | 0 | 101000001 | 1100001 | 1011000 |
Color Harmonies of #FEC3E9
Complementary color
Monochromatic Colors of #FEC3E9
Black with #FEC3E9
Text Example
Text Example
White with #FEC3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3E9; }
p { color: rgb(254,195,233); }
H1.HeaderClassName
{
color: #FEC3E9;
}
.AnyTagClassName
{
color: #FEC3E9;
}
</style>
background-color css
<style>
a { background-color: #FEC3E9; }
a { background-color: rgb(254,195,233); }
div.DivClassName
{
background-color: #FEC3E9;
}
.BgClassName
{
background-color: #FEC3E9;
}
</style>
border-color css
<style>
span { border-color: #FEC3E9; }
span { border-color: rgb(254,195,233); }
td.TdClassName
{
border-color: #FEC3E9;
}
.TagClassName
{
border-color: #FEC3E9;
}
</style>