Shades of Classic Rose #FECDE7
Tints of Classic Rose #FECDE7
RGB
CMYK
RGB Variations
Color information
#FECDE7 (or 0xFECDE7) is known color: Classic Rose. HEX triplet: FE, CD and E7. RGB value is (254,205,231). Sum of RGB (Red+Green+Blue) = 254+205+231=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDE7 is #013218. Grayscale: #DEDEDE. Windows color (decimal): -78361 or 15191550. OLE color: 15191550.
HSL color Cylindrical-coordinate representation of color #FECDE7: hue angle of 328.16º 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 #FECDE7 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 231 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.00 |
| HSL | 328.16º | 0.96% | 0.9% | - |
| HSV(B) | 328.16º | 0.19% | 1% | - |
| XYZ | 77.13 | 70.5 | 85.14 | - |
| YUV | 222.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 231 | 0 | 0.19 | 0.09 | 0.00 | 328.16 | 0.96 | 0.9 |
| Hex | FE | CD | E7 | 0 | 13 | 9 | 0 | 148 | 60 | 5A |
| Octal | 376 | 315 | 347 | 0 | 23 | 11 | 0 | 510 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11100111 | 0 | 10011 | 1001 | 0 | 101001000 | 1100000 | 1011010 |
Color Harmonies of #FECDE7
Complementary color
Monochromatic Colors of #FECDE7
Black with #FECDE7
Text Example
Text Example
White with #FECDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDE7; }
p { color: rgb(254,205,231); }
H1.HeaderClassName
{
color: #FECDE7;
}
.AnyTagClassName
{
color: #FECDE7;
}
</style>
background-color css
<style>
a { background-color: #FECDE7; }
a { background-color: rgb(254,205,231); }
div.DivClassName
{
background-color: #FECDE7;
}
.BgClassName
{
background-color: #FECDE7;
}
</style>
border-color css
<style>
span { border-color: #FECDE7; }
span { border-color: rgb(254,205,231); }
td.TdClassName
{
border-color: #FECDE7;
}
.TagClassName
{
border-color: #FECDE7;
}
</style>