Shades of Cinderella #F9DCCB
Tints of Cinderella #F9DCCB
RGB
CMYK
RGB Variations
Color information
#F9DCCB (or 0xF9DCCB) is known color: Cinderella. HEX triplet: F9, DC and CB. RGB value is (249,220,203). Sum of RGB (Red+Green+Blue) = 249+220+203=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCCB is #062334. Grayscale: #E2E2E2. Windows color (decimal): -402229 or 13360377. OLE color: 13360377.
HSL color Cylindrical-coordinate representation of color #F9DCCB: hue angle of 22.17º degrees, saturation: 0.79, 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 #F9DCCB is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 203 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.02 |
| HSL | 22.17º | 0.79% | 0.89% | - |
| HSV(B) | 22.17º | 0.18% | 0.98% | - |
| XYZ | 75.44 | 75.64 | 67.12 | - |
| YUV | 226.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 203 | 0 | 0.12 | 0.18 | 0.02 | 22.17 | 0.79 | 0.89 |
| Hex | F9 | DC | CB | 0 | C | 12 | 2 | 16 | 4F | 59 |
| Octal | 371 | 334 | 313 | 0 | 14 | 22 | 2 | 26 | 117 | 131 |
| Binary | 11111001 | 11011100 | 11001011 | 0 | 1100 | 10010 | 10 | 10110 | 1001111 | 1011001 |
Color Harmonies of #F9DCCB
Complementary color
Monochromatic Colors of #F9DCCB
Black with #F9DCCB
Text Example
Text Example
White with #F9DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCCB; }
p { color: rgb(249,220,203); }
H1.HeaderClassName
{
color: #F9DCCB;
}
.AnyTagClassName
{
color: #F9DCCB;
}
</style>
background-color css
<style>
a { background-color: #F9DCCB; }
a { background-color: rgb(249,220,203); }
div.DivClassName
{
background-color: #F9DCCB;
}
.BgClassName
{
background-color: #F9DCCB;
}
</style>
border-color css
<style>
span { border-color: #F9DCCB; }
span { border-color: rgb(249,220,203); }
td.TdClassName
{
border-color: #F9DCCB;
}
.TagClassName
{
border-color: #F9DCCB;
}
</style>