Shades of Cinderella #FADACA
Tints of Cinderella #FADACA
RGB
CMYK
RGB Variations
Color information
#FADACA (or 0xFADACA) is known color: Cinderella. HEX triplet: FA, DA and CA. RGB value is (250,218,202). Sum of RGB (Red+Green+Blue) = 250+218+202=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FADACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADACA is #052535. Grayscale: #E1E1E1. Windows color (decimal): -337206 or 13294330. OLE color: 13294330.
HSL color Cylindrical-coordinate representation of color #FADACA: hue angle of 20º 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 #FADACA is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 202 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.02 |
| HSL | 20º | 0.83% | 0.89% | - |
| HSV(B) | 20º | 0.19% | 0.98% | - |
| XYZ | 75.16 | 74.73 | 66.34 | - |
| YUV | 225.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 202 | 0 | 0.13 | 0.19 | 0.02 | 20 | 0.83 | 0.89 |
| Hex | FA | DA | CA | 0 | D | 13 | 2 | 14 | 53 | 59 |
| Octal | 372 | 332 | 312 | 0 | 15 | 23 | 2 | 24 | 123 | 131 |
| Binary | 11111010 | 11011010 | 11001010 | 0 | 1101 | 10011 | 10 | 10100 | 1010011 | 1011001 |
Color Harmonies of #FADACA
Complementary color
Monochromatic Colors of #FADACA
Black with #FADACA
Text Example
Text Example
White with #FADACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADACA; }
p { color: rgb(250,218,202); }
H1.HeaderClassName
{
color: #FADACA;
}
.AnyTagClassName
{
color: #FADACA;
}
</style>
background-color css
<style>
a { background-color: #FADACA; }
a { background-color: rgb(250,218,202); }
div.DivClassName
{
background-color: #FADACA;
}
.BgClassName
{
background-color: #FADACA;
}
</style>
border-color css
<style>
span { border-color: #FADACA; }
span { border-color: rgb(250,218,202); }
td.TdClassName
{
border-color: #FADACA;
}
.TagClassName
{
border-color: #FADACA;
}
</style>