Shades of Cinderella #FAD8C9
Tints of Cinderella #FAD8C9
RGB
CMYK
RGB Variations
Color information
#FAD8C9 (or 0xFAD8C9) is known color: Cinderella. HEX triplet: FA, D8 and C9. RGB value is (250,216,201). Sum of RGB (Red+Green+Blue) = 250+216+201=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 201 (78.91% from 255 or 30.13% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8C9 is #052736. Grayscale: #E0E0E0. Windows color (decimal): -337719 or 13228282. OLE color: 13228282.
HSL color Cylindrical-coordinate representation of color #FAD8C9: hue angle of 18.37º 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 #FAD8C9 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 216 | 201 | - |
CMYK | 0 | 0.14 | 0.20 | 0.02 |
HSL | 18.37º | 0.83% | 0.88% | - |
HSV(B) | 18.37º | 0.2% | 0.98% | - |
XYZ | 74.52 | 73.65 | 65.55 | - |
YUV | 224.46 | 114.76 | 146.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 216 | 201 | 0 | 0.14 | 0.20 | 0.02 | 18.37 | 0.83 | 0.88 |
Hex | FA | D8 | C9 | 0 | E | 14 | 2 | 12 | 53 | 58 |
Octal | 372 | 330 | 311 | 0 | 16 | 24 | 2 | 22 | 123 | 130 |
Binary | 11111010 | 11011000 | 11001001 | 0 | 1110 | 10100 | 10 | 10010 | 1010011 | 1011000 |
Color Harmonies of #FAD8C9
Complementary color
Monochromatic Colors of #FAD8C9
Black with #FAD8C9
Text Example
Text Example
White with #FAD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD8C9; }
p { color: rgb(250,216,201); }
H1.HeaderClassName
{
color: #FAD8C9;
}
.AnyTagClassName
{
color: #FAD8C9;
}
</style>
background-color css
<style>
a { background-color: #FAD8C9; }
a { background-color: rgb(250,216,201); }
div.DivClassName
{
background-color: #FAD8C9;
}
.BgClassName
{
background-color: #FAD8C9;
}
</style>
border-color css
<style>
span { border-color: #FAD8C9; }
span { border-color: rgb(250,216,201); }
td.TdClassName
{
border-color: #FAD8C9;
}
.TagClassName
{
border-color: #FAD8C9;
}
</style>