Shades of Cinderella #FADDCC
Tints of Cinderella #FADDCC
RGB
CMYK
RGB Variations
Color information
#FADDCC (or 0xFADDCC) is known color: Cinderella. HEX triplet: FA, DD and CC. RGB value is (250,221,204). Sum of RGB (Red+Green+Blue) = 250+221+204=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDCC is #052233. Grayscale: #E3E3E3. Windows color (decimal): -336436 or 13426170. OLE color: 13426170.
HSL color Cylindrical-coordinate representation of color #FADDCC: hue angle of 22.17º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FADDCC is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 204 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.02 |
| HSL | 22.17º | 0.82% | 0.89% | - |
| HSV(B) | 22.17º | 0.18% | 0.98% | - |
| XYZ | 76.18 | 76.4 | 67.86 | - |
| YUV | 227.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 204 | 0 | 0.12 | 0.18 | 0.02 | 22.17 | 0.82 | 0.89 |
| Hex | FA | DD | CC | 0 | C | 12 | 2 | 16 | 52 | 59 |
| Octal | 372 | 335 | 314 | 0 | 14 | 22 | 2 | 26 | 122 | 131 |
| Binary | 11111010 | 11011101 | 11001100 | 0 | 1100 | 10010 | 10 | 10110 | 1010010 | 1011001 |
Color Harmonies of #FADDCC
Complementary color
Monochromatic Colors of #FADDCC
Black with #FADDCC
Text Example
Text Example
White with #FADDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDCC; }
p { color: rgb(250,221,204); }
H1.HeaderClassName
{
color: #FADDCC;
}
.AnyTagClassName
{
color: #FADDCC;
}
</style>
background-color css
<style>
a { background-color: #FADDCC; }
a { background-color: rgb(250,221,204); }
div.DivClassName
{
background-color: #FADDCC;
}
.BgClassName
{
background-color: #FADDCC;
}
</style>
border-color css
<style>
span { border-color: #FADDCC; }
span { border-color: rgb(250,221,204); }
td.TdClassName
{
border-color: #FADDCC;
}
.TagClassName
{
border-color: #FADDCC;
}
</style>