Shades of Cinderella #FEDBCC
Tints of Cinderella #FEDBCC
RGB
CMYK
RGB Variations
Color information
#FEDBCC (or 0xFEDBCC) is known color: Cinderella. HEX triplet: FE, DB and CC. RGB value is (254,219,204). Sum of RGB (Red+Green+Blue) = 254+219+204=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBCC is #012433. Grayscale: #E3E3E3. Windows color (decimal): -74804 or 13425662. OLE color: 13425662.
HSL color Cylindrical-coordinate representation of color #FEDBCC: hue angle of 18º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEDBCC is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 219 | 204 | - |
CMYK | 0 | 0.14 | 0.20 | 0.00 |
HSL | 18º | 0.96% | 0.9% | - |
HSV(B) | 18º | 0.2% | 1% | - |
XYZ | 77.1 | 76.09 | 67.75 | - |
YUV | 227.76 | 114.6 | 146.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 219 | 204 | 0 | 0.14 | 0.20 | 0.00 | 18 | 0.96 | 0.9 |
Hex | FE | DB | CC | 0 | E | 14 | 0 | 12 | 60 | 5A |
Octal | 376 | 333 | 314 | 0 | 16 | 24 | 0 | 22 | 140 | 132 |
Binary | 11111110 | 11011011 | 11001100 | 0 | 1110 | 10100 | 0 | 10010 | 1100000 | 1011010 |
Color Harmonies of #FEDBCC
Complementary color
Monochromatic Colors of #FEDBCC
Black with #FEDBCC
Text Example
Text Example
White with #FEDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBCC; }
p { color: rgb(254,219,204); }
H1.HeaderClassName
{
color: #FEDBCC;
}
.AnyTagClassName
{
color: #FEDBCC;
}
</style>
background-color css
<style>
a { background-color: #FEDBCC; }
a { background-color: rgb(254,219,204); }
div.DivClassName
{
background-color: #FEDBCC;
}
.BgClassName
{
background-color: #FEDBCC;
}
</style>
border-color css
<style>
span { border-color: #FEDBCC; }
span { border-color: rgb(254,219,204); }
td.TdClassName
{
border-color: #FEDBCC;
}
.TagClassName
{
border-color: #FEDBCC;
}
</style>