Shades of Chilean Heath #FFFCE2
Tints of Chilean Heath #FFFCE2
RGB
CMYK
RGB Variations
Color information
#FFFCE2 (or 0xFFFCE2) is known color: Chilean Heath. HEX triplet: FF, FC and E2. RGB value is (255,252,226). Sum of RGB (Red+Green+Blue) = 255+252+226=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 252 (98.83% from 255 or 34.38% from 733); Blue value is 226 (88.67% from 255 or 30.83% from 733); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCE2 is #00031D. Grayscale: #FAFAFA. Windows color (decimal): -798 or 14875903. OLE color: 14875903.
HSL color Cylindrical-coordinate representation of color #FFFCE2: hue angle of 53.79º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFFCE2 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 226 | - |
CMYK | 0 | 0.01 | 0.11 | 0 |
HSL | 53.79º | 1% | 0.94% | - |
HSV(B) | 53.79º | 0.11% | 1% | - |
XYZ | 89.78 | 96.37 | 85.82 | - |
YUV | 249.93 | 114.49 | 131.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 226 | 0 | 0.01 | 0.11 | 0 | 53.79 | 1 | 0.94 |
Hex | FF | FC | E2 | 0 | 1 | B | 0 | 36 | 64 | 5E |
Octal | 377 | 374 | 342 | 0 | 1 | 13 | 0 | 66 | 144 | 136 |
Binary | 11111111 | 11111100 | 11100010 | 0 | 1 | 1011 | 0 | 110110 | 1100100 | 1011110 |
Color Harmonies of #FFFCE2
Complementary color
Monochromatic Colors of #FFFCE2
Black with #FFFCE2
Text Example
Text Example
White with #FFFCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCE2; }
p { color: rgb(255,252,226); }
H1.HeaderClassName
{
color: #FFFCE2;
}
.AnyTagClassName
{
color: #FFFCE2;
}
</style>
background-color css
<style>
a { background-color: #FFFCE2; }
a { background-color: rgb(255,252,226); }
div.DivClassName
{
background-color: #FFFCE2;
}
.BgClassName
{
background-color: #FFFCE2;
}
</style>
border-color css
<style>
span { border-color: #FFFCE2; }
span { border-color: rgb(255,252,226); }
td.TdClassName
{
border-color: #FFFCE2;
}
.TagClassName
{
border-color: #FFFCE2;
}
</style>