Shades of Cinderella #FADBCA
Tints of Cinderella #FADBCA
RGB
CMYK
RGB Variations
Color information
#FADBCA (or 0xFADBCA) is known color: Cinderella. HEX triplet: FA, DB and CA. RGB value is (250,219,202). Sum of RGB (Red+Green+Blue) = 250+219+202=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBCA is #052435. Grayscale: #E2E2E2. Windows color (decimal): -336950 or 13294586. OLE color: 13294586.
HSL color Cylindrical-coordinate representation of color #FADBCA: hue angle of 21.25º degrees, saturation: 0.83, 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 #FADBCA is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 202 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.02 |
| HSL | 21.25º | 0.83% | 0.89% | - |
| HSV(B) | 21.25º | 0.19% | 0.98% | - |
| XYZ | 75.42 | 75.25 | 66.43 | - |
| YUV | 226.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 202 | 0 | 0.12 | 0.19 | 0.02 | 21.25 | 0.83 | 0.89 |
| Hex | FA | DB | CA | 0 | C | 13 | 2 | 15 | 53 | 59 |
| Octal | 372 | 333 | 312 | 0 | 14 | 23 | 2 | 25 | 123 | 131 |
| Binary | 11111010 | 11011011 | 11001010 | 0 | 1100 | 10011 | 10 | 10101 | 1010011 | 1011001 |
Color Harmonies of #FADBCA
Complementary color
Monochromatic Colors of #FADBCA
Black with #FADBCA
Text Example
Text Example
White with #FADBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBCA; }
p { color: rgb(250,219,202); }
H1.HeaderClassName
{
color: #FADBCA;
}
.AnyTagClassName
{
color: #FADBCA;
}
</style>
background-color css
<style>
a { background-color: #FADBCA; }
a { background-color: rgb(250,219,202); }
div.DivClassName
{
background-color: #FADBCA;
}
.BgClassName
{
background-color: #FADBCA;
}
</style>
border-color css
<style>
span { border-color: #FADBCA; }
span { border-color: rgb(250,219,202); }
td.TdClassName
{
border-color: #FADBCA;
}
.TagClassName
{
border-color: #FADBCA;
}
</style>