Shades of Cinderella #FED1C4
Tints of Cinderella #FED1C4
RGB
CMYK
RGB Variations
Color information
#FED1C4 (or 0xFED1C4) is known color: Cinderella. HEX triplet: FE, D1 and C4. RGB value is (254,209,196). Sum of RGB (Red+Green+Blue) = 254+209+196=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 196 (76.95% from 255 or 29.74% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1C4 is #012E3B. Grayscale: #DDDDDD. Windows color (decimal): -77372 or 12898814. OLE color: 12898814.
HSL color Cylindrical-coordinate representation of color #FED1C4: hue angle of 13.45º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FED1C4 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 196 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.00 |
| HSL | 13.45º | 0.97% | 0.88% | - |
| HSV(B) | 13.45º | 0.23% | 1% | - |
| XYZ | 73.64 | 70.66 | 61.98 | - |
| YUV | 220.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 196 | 0 | 0.18 | 0.23 | 0.00 | 13.45 | 0.97 | 0.88 |
| Hex | FE | D1 | C4 | 0 | 12 | 17 | 0 | D | 61 | 58 |
| Octal | 376 | 321 | 304 | 0 | 22 | 27 | 0 | 15 | 141 | 130 |
| Binary | 11111110 | 11010001 | 11000100 | 0 | 10010 | 10111 | 0 | 1101 | 1100001 | 1011000 |
Color Harmonies of #FED1C4
Complementary color
Monochromatic Colors of #FED1C4
Black with #FED1C4
Text Example
Text Example
White with #FED1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1C4; }
p { color: rgb(254,209,196); }
H1.HeaderClassName
{
color: #FED1C4;
}
.AnyTagClassName
{
color: #FED1C4;
}
</style>
background-color css
<style>
a { background-color: #FED1C4; }
a { background-color: rgb(254,209,196); }
div.DivClassName
{
background-color: #FED1C4;
}
.BgClassName
{
background-color: #FED1C4;
}
</style>
border-color css
<style>
span { border-color: #FED1C4; }
span { border-color: rgb(254,209,196); }
td.TdClassName
{
border-color: #FED1C4;
}
.TagClassName
{
border-color: #FED1C4;
}
</style>