Shades of Chilean Heath #FFFCDD
Tints of Chilean Heath #FFFCDD
RGB
CMYK
RGB Variations
Color information
#FFFCDD (or 0xFFFCDD) is known color: Chilean Heath. HEX triplet: FF, FC and DD. RGB value is (255,252,221). Sum of RGB (Red+Green+Blue) = 255+252+221=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 252 (98.83% from 255 or 34.62% from 728); Blue value is 221 (86.72% from 255 or 30.36% from 728); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCDD is #000322. Grayscale: #F9F9F9. Windows color (decimal): -803 or 14548223. OLE color: 14548223.
HSL color Cylindrical-coordinate representation of color #FFFCDD: hue angle of 54.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFFCDD is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 221 | - |
| CMYK | 0 | 0.01 | 0.13 | 0 |
| HSL | 54.71º | 1% | 0.93% | - |
| HSV(B) | 54.71º | 0.13% | 1% | - |
| XYZ | 89.1 | 96.1 | 82.26 | - |
| YUV | 249.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 221 | 0 | 0.01 | 0.13 | 0 | 54.71 | 1 | 0.93 |
| Hex | FF | FC | DD | 0 | 1 | D | 0 | 37 | 64 | 5D |
| Octal | 377 | 374 | 335 | 0 | 1 | 15 | 0 | 67 | 144 | 135 |
| Binary | 11111111 | 11111100 | 11011101 | 0 | 1 | 1101 | 0 | 110111 | 1100100 | 1011101 |
Color Harmonies of #FFFCDD
Complementary color
Monochromatic Colors of #FFFCDD
Black with #FFFCDD
Text Example
Text Example
White with #FFFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCDD; }
p { color: rgb(255,252,221); }
H1.HeaderClassName
{
color: #FFFCDD;
}
.AnyTagClassName
{
color: #FFFCDD;
}
</style>
background-color css
<style>
a { background-color: #FFFCDD; }
a { background-color: rgb(255,252,221); }
div.DivClassName
{
background-color: #FFFCDD;
}
.BgClassName
{
background-color: #FFFCDD;
}
</style>
border-color css
<style>
span { border-color: #FFFCDD; }
span { border-color: rgb(255,252,221); }
td.TdClassName
{
border-color: #FFFCDD;
}
.TagClassName
{
border-color: #FFFCDD;
}
</style>