Shades of Cinderella #FAD3C9
Tints of Cinderella #FAD3C9
RGB
CMYK
RGB Variations
Color information
#FAD3C9 (or 0xFAD3C9) is known color: Cinderella. HEX triplet: FA, D3 and C9. RGB value is (250,211,201). Sum of RGB (Red+Green+Blue) = 250+211+201=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD3C9 is #052C36. Grayscale: #DDDDDD. Windows color (decimal): -338999 or 13227002. OLE color: 13227002.
HSL color Cylindrical-coordinate representation of color #FAD3C9: hue angle of 12.24º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAD3C9 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 201 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.02 |
| HSL | 12.24º | 0.83% | 0.88% | - |
| HSV(B) | 12.24º | 0.2% | 0.98% | - |
| XYZ | 73.26 | 71.13 | 65.13 | - |
| YUV | 221.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 201 | 0 | 0.16 | 0.20 | 0.02 | 12.24 | 0.83 | 0.88 |
| Hex | FA | D3 | C9 | 0 | 10 | 14 | 2 | C | 53 | 58 |
| Octal | 372 | 323 | 311 | 0 | 20 | 24 | 2 | 14 | 123 | 130 |
| Binary | 11111010 | 11010011 | 11001001 | 0 | 10000 | 10100 | 10 | 1100 | 1010011 | 1011000 |
Color Harmonies of #FAD3C9
Complementary color
Monochromatic Colors of #FAD3C9
Black with #FAD3C9
Text Example
Text Example
White with #FAD3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD3C9; }
p { color: rgb(250,211,201); }
H1.HeaderClassName
{
color: #FAD3C9;
}
.AnyTagClassName
{
color: #FAD3C9;
}
</style>
background-color css
<style>
a { background-color: #FAD3C9; }
a { background-color: rgb(250,211,201); }
div.DivClassName
{
background-color: #FAD3C9;
}
.BgClassName
{
background-color: #FAD3C9;
}
</style>
border-color css
<style>
span { border-color: #FAD3C9; }
span { border-color: rgb(250,211,201); }
td.TdClassName
{
border-color: #FAD3C9;
}
.TagClassName
{
border-color: #FAD3C9;
}
</style>