Shades of Cinderella #FADACE
Tints of Cinderella #FADACE
RGB
CMYK
RGB Variations
Color information
#FADACE (or 0xFADACE) is known color: Cinderella. HEX triplet: FA, DA and CE. RGB value is (250,218,206). Sum of RGB (Red+Green+Blue) = 250+218+206=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FADACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADACE is #052531. Grayscale: #E2E2E2. Windows color (decimal): -337202 or 13556474. OLE color: 13556474.
HSL color Cylindrical-coordinate representation of color #FADACE: hue angle of 16.36º degrees, saturation: 0.81, 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 #FADACE is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 206 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.02 |
| HSL | 16.36º | 0.81% | 0.89% | - |
| HSV(B) | 16.36º | 0.18% | 0.98% | - |
| XYZ | 75.64 | 74.92 | 68.87 | - |
| YUV | 226.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 206 | 0 | 0.13 | 0.18 | 0.02 | 16.36 | 0.81 | 0.89 |
| Hex | FA | DA | CE | 0 | D | 12 | 2 | 10 | 51 | 59 |
| Octal | 372 | 332 | 316 | 0 | 15 | 22 | 2 | 20 | 121 | 131 |
| Binary | 11111010 | 11011010 | 11001110 | 0 | 1101 | 10010 | 10 | 10000 | 1010001 | 1011001 |
Color Harmonies of #FADACE
Complementary color
Monochromatic Colors of #FADACE
Black with #FADACE
Text Example
Text Example
White with #FADACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADACE; }
p { color: rgb(250,218,206); }
H1.HeaderClassName
{
color: #FADACE;
}
.AnyTagClassName
{
color: #FADACE;
}
</style>
background-color css
<style>
a { background-color: #FADACE; }
a { background-color: rgb(250,218,206); }
div.DivClassName
{
background-color: #FADACE;
}
.BgClassName
{
background-color: #FADACE;
}
</style>
border-color css
<style>
span { border-color: #FADACE; }
span { border-color: rgb(250,218,206); }
td.TdClassName
{
border-color: #FADACE;
}
.TagClassName
{
border-color: #FADACE;
}
</style>