Shades of Cinderella #FADACB
Tints of Cinderella #FADACB
RGB
CMYK
RGB Variations
Color information
#FADACB (or 0xFADACB) is known color: Cinderella. HEX triplet: FA, DA and CB. RGB value is (250,218,203). Sum of RGB (Red+Green+Blue) = 250+218+203=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FADACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADACB is #052534. Grayscale: #E1E1E1. Windows color (decimal): -337205 or 13359866. OLE color: 13359866.
HSL color Cylindrical-coordinate representation of color #FADACB: hue angle of 19.15º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FADACB is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 203 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.02 |
| HSL | 19.15º | 0.82% | 0.89% | - |
| HSV(B) | 19.15º | 0.19% | 0.98% | - |
| XYZ | 75.28 | 74.78 | 66.97 | - |
| YUV | 225.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 203 | 0 | 0.13 | 0.19 | 0.02 | 19.15 | 0.82 | 0.89 |
| Hex | FA | DA | CB | 0 | D | 13 | 2 | 13 | 52 | 59 |
| Octal | 372 | 332 | 313 | 0 | 15 | 23 | 2 | 23 | 122 | 131 |
| Binary | 11111010 | 11011010 | 11001011 | 0 | 1101 | 10011 | 10 | 10011 | 1010010 | 1011001 |
Color Harmonies of #FADACB
Complementary color
Monochromatic Colors of #FADACB
Black with #FADACB
Text Example
Text Example
White with #FADACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADACB; }
p { color: rgb(250,218,203); }
H1.HeaderClassName
{
color: #FADACB;
}
.AnyTagClassName
{
color: #FADACB;
}
</style>
background-color css
<style>
a { background-color: #FADACB; }
a { background-color: rgb(250,218,203); }
div.DivClassName
{
background-color: #FADACB;
}
.BgClassName
{
background-color: #FADACB;
}
</style>
border-color css
<style>
span { border-color: #FADACB; }
span { border-color: rgb(250,218,203); }
td.TdClassName
{
border-color: #FADACB;
}
.TagClassName
{
border-color: #FADACB;
}
</style>