Shades of Cinderella #FED1C6
Tints of Cinderella #FED1C6
RGB
CMYK
RGB Variations
Color information
#FED1C6 (or 0xFED1C6) is known color: Cinderella. HEX triplet: FE, D1 and C6. RGB value is (254,209,198). Sum of RGB (Red+Green+Blue) = 254+209+198=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 198 (77.73% from 255 or 29.95% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1C6 is #012E39. Grayscale: #DDDDDD. Windows color (decimal): -77370 or 13029886. OLE color: 13029886.
HSL color Cylindrical-coordinate representation of color #FED1C6: hue angle of 11.79º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FED1C6 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 198 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.00 |
| HSL | 11.79º | 0.97% | 0.89% | - |
| HSV(B) | 11.79º | 0.22% | 1% | - |
| XYZ | 73.87 | 70.75 | 63.19 | - |
| YUV | 221.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 198 | 0 | 0.18 | 0.22 | 0.00 | 11.79 | 0.97 | 0.89 |
| Hex | FE | D1 | C6 | 0 | 12 | 16 | 0 | C | 61 | 59 |
| Octal | 376 | 321 | 306 | 0 | 22 | 26 | 0 | 14 | 141 | 131 |
| Binary | 11111110 | 11010001 | 11000110 | 0 | 10010 | 10110 | 0 | 1100 | 1100001 | 1011001 |
Color Harmonies of #FED1C6
Complementary color
Monochromatic Colors of #FED1C6
Black with #FED1C6
Text Example
Text Example
White with #FED1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1C6; }
p { color: rgb(254,209,198); }
H1.HeaderClassName
{
color: #FED1C6;
}
.AnyTagClassName
{
color: #FED1C6;
}
</style>
background-color css
<style>
a { background-color: #FED1C6; }
a { background-color: rgb(254,209,198); }
div.DivClassName
{
background-color: #FED1C6;
}
.BgClassName
{
background-color: #FED1C6;
}
</style>
border-color css
<style>
span { border-color: #FED1C6; }
span { border-color: rgb(254,209,198); }
td.TdClassName
{
border-color: #FED1C6;
}
.TagClassName
{
border-color: #FED1C6;
}
</style>