Shades of Cinderella #FED6CA
Tints of Cinderella #FED6CA
RGB
CMYK
RGB Variations
Color information
#FED6CA (or 0xFED6CA) is known color: Cinderella. HEX triplet: FE, D6 and CA. RGB value is (254,214,202). Sum of RGB (Red+Green+Blue) = 254+214+202=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6CA is #012935. Grayscale: #E0E0E0. Windows color (decimal): -76086 or 13293310. OLE color: 13293310.
HSL color Cylindrical-coordinate representation of color #FED6CA: hue angle of 13.85º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FED6CA is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 202 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.00 |
| HSL | 13.85º | 0.96% | 0.89% | - |
| HSV(B) | 13.85º | 0.2% | 1% | - |
| XYZ | 75.58 | 73.43 | 66.07 | - |
| YUV | 224.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 202 | 0 | 0.16 | 0.20 | 0.00 | 13.85 | 0.96 | 0.89 |
| Hex | FE | D6 | CA | 0 | 10 | 14 | 0 | E | 60 | 59 |
| Octal | 376 | 326 | 312 | 0 | 20 | 24 | 0 | 16 | 140 | 131 |
| Binary | 11111110 | 11010110 | 11001010 | 0 | 10000 | 10100 | 0 | 1110 | 1100000 | 1011001 |
Color Harmonies of #FED6CA
Complementary color
Monochromatic Colors of #FED6CA
Black with #FED6CA
Text Example
Text Example
White with #FED6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6CA; }
p { color: rgb(254,214,202); }
H1.HeaderClassName
{
color: #FED6CA;
}
.AnyTagClassName
{
color: #FED6CA;
}
</style>
background-color css
<style>
a { background-color: #FED6CA; }
a { background-color: rgb(254,214,202); }
div.DivClassName
{
background-color: #FED6CA;
}
.BgClassName
{
background-color: #FED6CA;
}
</style>
border-color css
<style>
span { border-color: #FED6CA; }
span { border-color: rgb(254,214,202); }
td.TdClassName
{
border-color: #FED6CA;
}
.TagClassName
{
border-color: #FED6CA;
}
</style>