Shades of Cinderella #FADACF
Tints of Cinderella #FADACF
RGB
CMYK
RGB Variations
Color information
#FADACF (or 0xFADACF) is known color: Cinderella. HEX triplet: FA, DA and CF. RGB value is (250,218,207). Sum of RGB (Red+Green+Blue) = 250+218+207=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FADACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADACF is #052530. Grayscale: #E2E2E2. Windows color (decimal): -337201 or 13622010. OLE color: 13622010.
HSL color Cylindrical-coordinate representation of color #FADACF: hue angle of 15.35º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FADACF is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 207 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.02 |
| HSL | 15.35º | 0.81% | 0.9% | - |
| HSV(B) | 15.35º | 0.17% | 0.98% | - |
| XYZ | 75.76 | 74.97 | 69.51 | - |
| YUV | 226.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 207 | 0 | 0.13 | 0.17 | 0.02 | 15.35 | 0.81 | 0.9 |
| Hex | FA | DA | CF | 0 | D | 11 | 2 | F | 51 | 5A |
| Octal | 372 | 332 | 317 | 0 | 15 | 21 | 2 | 17 | 121 | 132 |
| Binary | 11111010 | 11011010 | 11001111 | 0 | 1101 | 10001 | 10 | 1111 | 1010001 | 1011010 |
Color Harmonies of #FADACF
Complementary color
Monochromatic Colors of #FADACF
Black with #FADACF
Text Example
Text Example
White with #FADACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADACF; }
p { color: rgb(250,218,207); }
H1.HeaderClassName
{
color: #FADACF;
}
.AnyTagClassName
{
color: #FADACF;
}
</style>
background-color css
<style>
a { background-color: #FADACF; }
a { background-color: rgb(250,218,207); }
div.DivClassName
{
background-color: #FADACF;
}
.BgClassName
{
background-color: #FADACF;
}
</style>
border-color css
<style>
span { border-color: #FADACF; }
span { border-color: rgb(250,218,207); }
td.TdClassName
{
border-color: #FADACF;
}
.TagClassName
{
border-color: #FADACF;
}
</style>