Shades of Classic Rose #FECDE4
Tints of Classic Rose #FECDE4
RGB
CMYK
RGB Variations
Color information
#FECDE4 (or 0xFECDE4) is known color: Classic Rose. HEX triplet: FE, CD and E4. RGB value is (254,205,228). Sum of RGB (Red+Green+Blue) = 254+205+228=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDE4 is #01321B. Grayscale: #DEDEDE. Windows color (decimal): -78364 or 14994942. OLE color: 14994942.
HSL color Cylindrical-coordinate representation of color #FECDE4: hue angle of 331.84º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECDE4 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 228 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.00 |
| HSL | 331.84º | 0.96% | 0.9% | - |
| HSV(B) | 331.84º | 0.19% | 1% | - |
| XYZ | 76.71 | 70.33 | 82.93 | - |
| YUV | 222.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 228 | 0 | 0.19 | 0.10 | 0.00 | 331.84 | 0.96 | 0.9 |
| Hex | FE | CD | E4 | 0 | 13 | A | 0 | 14C | 60 | 5A |
| Octal | 376 | 315 | 344 | 0 | 23 | 12 | 0 | 514 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11100100 | 0 | 10011 | 1010 | 0 | 101001100 | 1100000 | 1011010 |
Color Harmonies of #FECDE4
Complementary color
Monochromatic Colors of #FECDE4
Black with #FECDE4
Text Example
Text Example
White with #FECDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDE4; }
p { color: rgb(254,205,228); }
H1.HeaderClassName
{
color: #FECDE4;
}
.AnyTagClassName
{
color: #FECDE4;
}
</style>
background-color css
<style>
a { background-color: #FECDE4; }
a { background-color: rgb(254,205,228); }
div.DivClassName
{
background-color: #FECDE4;
}
.BgClassName
{
background-color: #FECDE4;
}
</style>
border-color css
<style>
span { border-color: #FECDE4; }
span { border-color: rgb(254,205,228); }
td.TdClassName
{
border-color: #FECDE4;
}
.TagClassName
{
border-color: #FECDE4;
}
</style>