Shades of Classic Rose #FECCED
Tints of Classic Rose #FECCED
RGB
CMYK
RGB Variations
Color information
#FECCED (or 0xFECCED) is known color: Classic Rose. HEX triplet: FE, CC and ED. RGB value is (254,204,237). Sum of RGB (Red+Green+Blue) = 254+204+237=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCED is #013312. Grayscale: #DEDEDE. Windows color (decimal): -78611 or 15584510. OLE color: 15584510.
HSL color Cylindrical-coordinate representation of color #FECCED: hue angle of 320.4º 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 #FECCED is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 237 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.00 |
| HSL | 320.4º | 0.96% | 0.9% | - |
| HSV(B) | 320.4º | 0.2% | 1% | - |
| XYZ | 77.75 | 70.37 | 89.61 | - |
| YUV | 222.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 237 | 0 | 0.20 | 0.07 | 0.00 | 320.4 | 0.96 | 0.9 |
| Hex | FE | CC | ED | 0 | 14 | 7 | 0 | 140 | 60 | 5A |
| Octal | 376 | 314 | 355 | 0 | 24 | 7 | 0 | 500 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11101101 | 0 | 10100 | 111 | 0 | 101000000 | 1100000 | 1011010 |
Color Harmonies of #FECCED
Complementary color
Monochromatic Colors of #FECCED
Black with #FECCED
Text Example
Text Example
White with #FECCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCED; }
p { color: rgb(254,204,237); }
H1.HeaderClassName
{
color: #FECCED;
}
.AnyTagClassName
{
color: #FECCED;
}
</style>
background-color css
<style>
a { background-color: #FECCED; }
a { background-color: rgb(254,204,237); }
div.DivClassName
{
background-color: #FECCED;
}
.BgClassName
{
background-color: #FECCED;
}
</style>
border-color css
<style>
span { border-color: #FECCED; }
span { border-color: rgb(254,204,237); }
td.TdClassName
{
border-color: #FECCED;
}
.TagClassName
{
border-color: #FECCED;
}
</style>