Shades of Chilean Heath #FFFCDF
Tints of Chilean Heath #FFFCDF
RGB
CMYK
RGB Variations
Color information
#FFFCDF (or 0xFFFCDF) is known color: Chilean Heath. HEX triplet: FF, FC and DF. RGB value is (255,252,223). Sum of RGB (Red+Green+Blue) = 255+252+223=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 252 (98.83% from 255 or 34.52% from 730); Blue value is 223 (87.5% from 255 or 30.55% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCDF is #000320. Grayscale: #F9F9F9. Windows color (decimal): -801 or 14679295. OLE color: 14679295.
HSL color Cylindrical-coordinate representation of color #FFFCDF: hue angle of 54.38º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFFCDF is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 223 | - |
CMYK | 0 | 0.01 | 0.13 | 0 |
HSL | 54.38º | 1% | 0.94% | - |
HSV(B) | 54.38º | 0.13% | 1% | - |
XYZ | 89.37 | 96.21 | 83.67 | - |
YUV | 249.59 | 112.99 | 131.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 223 | 0 | 0.01 | 0.13 | 0 | 54.38 | 1 | 0.94 |
Hex | FF | FC | DF | 0 | 1 | D | 0 | 36 | 64 | 5E |
Octal | 377 | 374 | 337 | 0 | 1 | 15 | 0 | 66 | 144 | 136 |
Binary | 11111111 | 11111100 | 11011111 | 0 | 1 | 1101 | 0 | 110110 | 1100100 | 1011110 |
Color Harmonies of #FFFCDF
Complementary color
Monochromatic Colors of #FFFCDF
Black with #FFFCDF
Text Example
Text Example
White with #FFFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCDF; }
p { color: rgb(255,252,223); }
H1.HeaderClassName
{
color: #FFFCDF;
}
.AnyTagClassName
{
color: #FFFCDF;
}
</style>
background-color css
<style>
a { background-color: #FFFCDF; }
a { background-color: rgb(255,252,223); }
div.DivClassName
{
background-color: #FFFCDF;
}
.BgClassName
{
background-color: #FFFCDF;
}
</style>
border-color css
<style>
span { border-color: #FFFCDF; }
span { border-color: rgb(255,252,223); }
td.TdClassName
{
border-color: #FFFCDF;
}
.TagClassName
{
border-color: #FFFCDF;
}
</style>