Shades of Chilean Heath #FFFCE5
Tints of Chilean Heath #FFFCE5
RGB
CMYK
RGB Variations
Color information
#FFFCE5 (or 0xFFFCE5) is known color: Chilean Heath. HEX triplet: FF, FC and E5. RGB value is (255,252,229). Sum of RGB (Red+Green+Blue) = 255+252+229=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 252 (98.83% from 255 or 34.24% from 736); Blue value is 229 (89.84% from 255 or 31.11% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCE5 is #00031A. Grayscale: #FAFAFA. Windows color (decimal): -795 or 15072511. OLE color: 15072511.
HSL color Cylindrical-coordinate representation of color #FFFCE5: hue angle of 53.08º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFFCE5 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 229 | - |
| CMYK | 0 | 0.01 | 0.10 | 0 |
| HSL | 53.08º | 1% | 0.95% | - |
| HSV(B) | 53.08º | 0.1% | 1% | - |
| XYZ | 90.19 | 96.54 | 88.01 | - |
| YUV | 250.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 229 | 0 | 0.01 | 0.10 | 0 | 53.08 | 1 | 0.95 |
| Hex | FF | FC | E5 | 0 | 1 | A | 0 | 35 | 64 | 5F |
| Octal | 377 | 374 | 345 | 0 | 1 | 12 | 0 | 65 | 144 | 137 |
| Binary | 11111111 | 11111100 | 11100101 | 0 | 1 | 1010 | 0 | 110101 | 1100100 | 1011111 |
Color Harmonies of #FFFCE5
Complementary color
Monochromatic Colors of #FFFCE5
Black with #FFFCE5
Text Example
Text Example
White with #FFFCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCE5; }
p { color: rgb(255,252,229); }
H1.HeaderClassName
{
color: #FFFCE5;
}
.AnyTagClassName
{
color: #FFFCE5;
}
</style>
background-color css
<style>
a { background-color: #FFFCE5; }
a { background-color: rgb(255,252,229); }
div.DivClassName
{
background-color: #FFFCE5;
}
.BgClassName
{
background-color: #FFFCE5;
}
</style>
border-color css
<style>
span { border-color: #FFFCE5; }
span { border-color: rgb(255,252,229); }
td.TdClassName
{
border-color: #FFFCE5;
}
.TagClassName
{
border-color: #FFFCE5;
}
</style>