Shades of Classic Rose #FECDEE
Tints of Classic Rose #FECDEE
RGB
CMYK
RGB Variations
Color information
#FECDEE (or 0xFECDEE) is known color: Classic Rose. HEX triplet: FE, CD and EE. RGB value is (254,205,238). Sum of RGB (Red+Green+Blue) = 254+205+238=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 205 (80.47% from 255 or 29.41% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDEE is #013211. Grayscale: #DFDFDF. Windows color (decimal): -78354 or 15650302. OLE color: 15650302.
HSL color Cylindrical-coordinate representation of color #FECDEE: hue angle of 319.59º 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 #FECDEE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 238 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.00 |
| HSL | 319.59º | 0.96% | 0.9% | - |
| HSV(B) | 319.59º | 0.19% | 1% | - |
| XYZ | 78.14 | 70.91 | 90.46 | - |
| YUV | 223.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 238 | 0 | 0.19 | 0.06 | 0.00 | 319.59 | 0.96 | 0.9 |
| Hex | FE | CD | EE | 0 | 13 | 6 | 0 | 140 | 60 | 5A |
| Octal | 376 | 315 | 356 | 0 | 23 | 6 | 0 | 500 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11101110 | 0 | 10011 | 110 | 0 | 101000000 | 1100000 | 1011010 |
Color Harmonies of #FECDEE
Complementary color
Monochromatic Colors of #FECDEE
Black with #FECDEE
Text Example
Text Example
White with #FECDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDEE; }
p { color: rgb(254,205,238); }
H1.HeaderClassName
{
color: #FECDEE;
}
.AnyTagClassName
{
color: #FECDEE;
}
</style>
background-color css
<style>
a { background-color: #FECDEE; }
a { background-color: rgb(254,205,238); }
div.DivClassName
{
background-color: #FECDEE;
}
.BgClassName
{
background-color: #FECDEE;
}
</style>
border-color css
<style>
span { border-color: #FECDEE; }
span { border-color: rgb(254,205,238); }
td.TdClassName
{
border-color: #FECDEE;
}
.TagClassName
{
border-color: #FECDEE;
}
</style>