Shades of Cinderella #FADCCD
Tints of Cinderella #FADCCD
RGB
CMYK
RGB Variations
Color information
#FADCCD (or 0xFADCCD) is known color: Cinderella. HEX triplet: FA, DC and CD. RGB value is (250,220,205). Sum of RGB (Red+Green+Blue) = 250+220+205=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCCD is #052332. Grayscale: #E3E3E3. Windows color (decimal): -336691 or 13491450. OLE color: 13491450.
HSL color Cylindrical-coordinate representation of color #FADCCD: hue angle of 20º 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 #FADCCD is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 205 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.02 |
| HSL | 20º | 0.82% | 0.89% | - |
| HSV(B) | 20º | 0.18% | 0.98% | - |
| XYZ | 76.04 | 75.92 | 68.4 | - |
| YUV | 227.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 205 | 0 | 0.12 | 0.18 | 0.02 | 20 | 0.82 | 0.89 |
| Hex | FA | DC | CD | 0 | C | 12 | 2 | 14 | 52 | 59 |
| Octal | 372 | 334 | 315 | 0 | 14 | 22 | 2 | 24 | 122 | 131 |
| Binary | 11111010 | 11011100 | 11001101 | 0 | 1100 | 10010 | 10 | 10100 | 1010010 | 1011001 |
Color Harmonies of #FADCCD
Complementary color
Monochromatic Colors of #FADCCD
Black with #FADCCD
Text Example
Text Example
White with #FADCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCCD; }
p { color: rgb(250,220,205); }
H1.HeaderClassName
{
color: #FADCCD;
}
.AnyTagClassName
{
color: #FADCCD;
}
</style>
background-color css
<style>
a { background-color: #FADCCD; }
a { background-color: rgb(250,220,205); }
div.DivClassName
{
background-color: #FADCCD;
}
.BgClassName
{
background-color: #FADCCD;
}
</style>
border-color css
<style>
span { border-color: #FADCCD; }
span { border-color: rgb(250,220,205); }
td.TdClassName
{
border-color: #FADCCD;
}
.TagClassName
{
border-color: #FADCCD;
}
</style>