Shades of Cinderella #FADACC
Tints of Cinderella #FADACC
RGB
CMYK
RGB Variations
Color information
#FADACC (or 0xFADACC) is known color: Cinderella. HEX triplet: FA, DA and CC. RGB value is (250,218,204). Sum of RGB (Red+Green+Blue) = 250+218+204=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FADACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADACC is #052533. Grayscale: #E2E2E2. Windows color (decimal): -337204 or 13425402. OLE color: 13425402.
HSL color Cylindrical-coordinate representation of color #FADACC: hue angle of 18.26º 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 #FADACC is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 204 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.02 |
| HSL | 18.26º | 0.82% | 0.89% | - |
| HSV(B) | 18.26º | 0.18% | 0.98% | - |
| XYZ | 75.39 | 74.83 | 67.6 | - |
| YUV | 225.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 204 | 0 | 0.13 | 0.18 | 0.02 | 18.26 | 0.82 | 0.89 |
| Hex | FA | DA | CC | 0 | D | 12 | 2 | 12 | 52 | 59 |
| Octal | 372 | 332 | 314 | 0 | 15 | 22 | 2 | 22 | 122 | 131 |
| Binary | 11111010 | 11011010 | 11001100 | 0 | 1101 | 10010 | 10 | 10010 | 1010010 | 1011001 |
Color Harmonies of #FADACC
Complementary color
Monochromatic Colors of #FADACC
Black with #FADACC
Text Example
Text Example
White with #FADACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADACC; }
p { color: rgb(250,218,204); }
H1.HeaderClassName
{
color: #FADACC;
}
.AnyTagClassName
{
color: #FADACC;
}
</style>
background-color css
<style>
a { background-color: #FADACC; }
a { background-color: rgb(250,218,204); }
div.DivClassName
{
background-color: #FADACC;
}
.BgClassName
{
background-color: #FADACC;
}
</style>
border-color css
<style>
span { border-color: #FADACC; }
span { border-color: rgb(250,218,204); }
td.TdClassName
{
border-color: #FADACC;
}
.TagClassName
{
border-color: #FADACC;
}
</style>