Shades of Cinderella #FAD2C4
Tints of Cinderella #FAD2C4
RGB
CMYK
RGB Variations
Color information
#FAD2C4 (or 0xFAD2C4) is known color: Cinderella. HEX triplet: FA, D2 and C4. RGB value is (250,210,196). Sum of RGB (Red+Green+Blue) = 250+210+196=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2C4 is #052D3B. Grayscale: #DCDCDC. Windows color (decimal): -339260 or 12899066. OLE color: 12899066.
HSL color Cylindrical-coordinate representation of color #FAD2C4: hue angle of 15.56º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAD2C4 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 196 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.02 |
| HSL | 15.56º | 0.84% | 0.87% | - |
| HSV(B) | 15.56º | 0.22% | 0.98% | - |
| XYZ | 72.43 | 70.4 | 62 | - |
| YUV | 220.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 196 | 0 | 0.16 | 0.22 | 0.02 | 15.56 | 0.84 | 0.87 |
| Hex | FA | D2 | C4 | 0 | 10 | 16 | 2 | 10 | 54 | 57 |
| Octal | 372 | 322 | 304 | 0 | 20 | 26 | 2 | 20 | 124 | 127 |
| Binary | 11111010 | 11010010 | 11000100 | 0 | 10000 | 10110 | 10 | 10000 | 1010100 | 1010111 |
Color Harmonies of #FAD2C4
Complementary color
Monochromatic Colors of #FAD2C4
Black with #FAD2C4
Text Example
Text Example
White with #FAD2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD2C4; }
p { color: rgb(250,210,196); }
H1.HeaderClassName
{
color: #FAD2C4;
}
.AnyTagClassName
{
color: #FAD2C4;
}
</style>
background-color css
<style>
a { background-color: #FAD2C4; }
a { background-color: rgb(250,210,196); }
div.DivClassName
{
background-color: #FAD2C4;
}
.BgClassName
{
background-color: #FAD2C4;
}
</style>
border-color css
<style>
span { border-color: #FAD2C4; }
span { border-color: rgb(250,210,196); }
td.TdClassName
{
border-color: #FAD2C4;
}
.TagClassName
{
border-color: #FAD2C4;
}
</style>