Shades of Classic Rose #FECDEF
Tints of Classic Rose #FECDEF
RGB
CMYK
RGB Variations
Color information
#FECDEF (or 0xFECDEF) is known color: Classic Rose. HEX triplet: FE, CD and EF. RGB value is (254,205,239). Sum of RGB (Red+Green+Blue) = 254+205+239=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDEF is #013210. Grayscale: #DFDFDF. Windows color (decimal): -78353 or 15715838. OLE color: 15715838.
HSL color Cylindrical-coordinate representation of color #FECDEF: hue angle of 318.37º 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 #FECDEF is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 239 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.00 |
| HSL | 318.37º | 0.96% | 0.9% | - |
| HSV(B) | 318.37º | 0.19% | 1% | - |
| XYZ | 78.28 | 70.97 | 91.23 | - |
| YUV | 223.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 239 | 0 | 0.19 | 0.06 | 0.00 | 318.37 | 0.96 | 0.9 |
| Hex | FE | CD | EF | 0 | 13 | 6 | 0 | 13E | 60 | 5A |
| Octal | 376 | 315 | 357 | 0 | 23 | 6 | 0 | 476 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11101111 | 0 | 10011 | 110 | 0 | 100111110 | 1100000 | 1011010 |
Color Harmonies of #FECDEF
Complementary color
Monochromatic Colors of #FECDEF
Black with #FECDEF
Text Example
Text Example
White with #FECDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDEF; }
p { color: rgb(254,205,239); }
H1.HeaderClassName
{
color: #FECDEF;
}
.AnyTagClassName
{
color: #FECDEF;
}
</style>
background-color css
<style>
a { background-color: #FECDEF; }
a { background-color: rgb(254,205,239); }
div.DivClassName
{
background-color: #FECDEF;
}
.BgClassName
{
background-color: #FECDEF;
}
</style>
border-color css
<style>
span { border-color: #FECDEF; }
span { border-color: rgb(254,205,239); }
td.TdClassName
{
border-color: #FECDEF;
}
.TagClassName
{
border-color: #FECDEF;
}
</style>