Shades of Classic Rose #FECDE8
Tints of Classic Rose #FECDE8
RGB
CMYK
RGB Variations
Color information
#FECDE8 (or 0xFECDE8) is known color: Classic Rose. HEX triplet: FE, CD and E8. RGB value is (254,205,232). Sum of RGB (Red+Green+Blue) = 254+205+232=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDE8 is #013217. Grayscale: #DEDEDE. Windows color (decimal): -78360 or 15257086. OLE color: 15257086.
HSL color Cylindrical-coordinate representation of color #FECDE8: hue angle of 326.94º 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 #FECDE8 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 232 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.00 |
| HSL | 326.94º | 0.96% | 0.9% | - |
| HSV(B) | 326.94º | 0.19% | 1% | - |
| XYZ | 77.27 | 70.56 | 85.89 | - |
| YUV | 222.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 232 | 0 | 0.19 | 0.09 | 0.00 | 326.94 | 0.96 | 0.9 |
| Hex | FE | CD | E8 | 0 | 13 | 9 | 0 | 147 | 60 | 5A |
| Octal | 376 | 315 | 350 | 0 | 23 | 11 | 0 | 507 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11101000 | 0 | 10011 | 1001 | 0 | 101000111 | 1100000 | 1011010 |
Color Harmonies of #FECDE8
Complementary color
Monochromatic Colors of #FECDE8
Black with #FECDE8
Text Example
Text Example
White with #FECDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDE8; }
p { color: rgb(254,205,232); }
H1.HeaderClassName
{
color: #FECDE8;
}
.AnyTagClassName
{
color: #FECDE8;
}
</style>
background-color css
<style>
a { background-color: #FECDE8; }
a { background-color: rgb(254,205,232); }
div.DivClassName
{
background-color: #FECDE8;
}
.BgClassName
{
background-color: #FECDE8;
}
</style>
border-color css
<style>
span { border-color: #FECDE8; }
span { border-color: rgb(254,205,232); }
td.TdClassName
{
border-color: #FECDE8;
}
.TagClassName
{
border-color: #FECDE8;
}
</style>