Shades of Classic Rose #FECDE5
Tints of Classic Rose #FECDE5
RGB
CMYK
RGB Variations
Color information
#FECDE5 (or 0xFECDE5) is known color: Classic Rose. HEX triplet: FE, CD and E5. RGB value is (254,205,229). Sum of RGB (Red+Green+Blue) = 254+205+229=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 205 (80.47% from 255 or 29.80% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDE5 is #01321A. Grayscale: #DEDEDE. Windows color (decimal): -78363 or 15060478. OLE color: 15060478.
HSL color Cylindrical-coordinate representation of color #FECDE5: hue angle of 330.61º 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 #FECDE5 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 229 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.00 |
| HSL | 330.61º | 0.96% | 0.9% | - |
| HSV(B) | 330.61º | 0.19% | 1% | - |
| XYZ | 76.85 | 70.39 | 83.67 | - |
| YUV | 222.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 229 | 0 | 0.19 | 0.10 | 0.00 | 330.61 | 0.96 | 0.9 |
| Hex | FE | CD | E5 | 0 | 13 | A | 0 | 14B | 60 | 5A |
| Octal | 376 | 315 | 345 | 0 | 23 | 12 | 0 | 513 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11100101 | 0 | 10011 | 1010 | 0 | 101001011 | 1100000 | 1011010 |
Color Harmonies of #FECDE5
Complementary color
Monochromatic Colors of #FECDE5
Black with #FECDE5
Text Example
Text Example
White with #FECDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDE5; }
p { color: rgb(254,205,229); }
H1.HeaderClassName
{
color: #FECDE5;
}
.AnyTagClassName
{
color: #FECDE5;
}
</style>
background-color css
<style>
a { background-color: #FECDE5; }
a { background-color: rgb(254,205,229); }
div.DivClassName
{
background-color: #FECDE5;
}
.BgClassName
{
background-color: #FECDE5;
}
</style>
border-color css
<style>
span { border-color: #FECDE5; }
span { border-color: rgb(254,205,229); }
td.TdClassName
{
border-color: #FECDE5;
}
.TagClassName
{
border-color: #FECDE5;
}
</style>