Shades of Classic Rose #FECCE1
Tints of Classic Rose #FECCE1
RGB
CMYK
RGB Variations
Color information
#FECCE1 (or 0xFECCE1) is known color: Classic Rose. HEX triplet: FE, CC and E1. RGB value is (254,204,225). Sum of RGB (Red+Green+Blue) = 254+204+225=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCE1 is #01331E. Grayscale: #DDDDDD. Windows color (decimal): -78623 or 14798078. OLE color: 14798078.
HSL color Cylindrical-coordinate representation of color #FECCE1: hue angle of 334.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECCE1 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 225 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.00 |
| HSL | 334.8º | 0.96% | 0.9% | - |
| HSV(B) | 334.8º | 0.2% | 1% | - |
| XYZ | 76.06 | 69.69 | 80.68 | - |
| YUV | 221.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 225 | 0 | 0.20 | 0.11 | 0.00 | 334.8 | 0.96 | 0.9 |
| Hex | FE | CC | E1 | 0 | 14 | B | 0 | 14F | 60 | 5A |
| Octal | 376 | 314 | 341 | 0 | 24 | 13 | 0 | 517 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11100001 | 0 | 10100 | 1011 | 0 | 101001111 | 1100000 | 1011010 |
Color Harmonies of #FECCE1
Complementary color
Monochromatic Colors of #FECCE1
Black with #FECCE1
Text Example
Text Example
White with #FECCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCE1; }
p { color: rgb(254,204,225); }
H1.HeaderClassName
{
color: #FECCE1;
}
.AnyTagClassName
{
color: #FECCE1;
}
</style>
background-color css
<style>
a { background-color: #FECCE1; }
a { background-color: rgb(254,204,225); }
div.DivClassName
{
background-color: #FECCE1;
}
.BgClassName
{
background-color: #FECCE1;
}
</style>
border-color css
<style>
span { border-color: #FECCE1; }
span { border-color: rgb(254,204,225); }
td.TdClassName
{
border-color: #FECCE1;
}
.TagClassName
{
border-color: #FECCE1;
}
</style>