#FFFCE4

Color #FFFCE4 Chilean Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Heath #FFFCE4

Tints of Chilean Heath #FFFCE4

Color information

#FFFCE4 (or 0xFFFCE4) is unknown color: approx Chilean Heath. HEX triplet: FF, FC and E4. RGB value is (255,252,228). Sum of RGB (Red+Green+Blue) = 255+252+228=735 (97% of max value = 765). Red value is 255 (100% from 255 or 34.69% from 735); Green value is 252 (98.83% from 255 or 34.29% from 735); Blue value is 228 (89.45% from 255 or 31.02% from 735); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCE4 is #00031B. Grayscale: #FAFAFA. Windows color (decimal): -796 or 15006975. OLE color: 15006975.

HSL color Cylindrical-coordinate representation of color #FFFCE4: hue angle of 53.33º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFFCE4 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255252228-
CMYK00.010.110
HSL53.33º100%94.71%-
HSV(B)53.33º10.59%100%-
XYZ90.0596.4887.28-
YUV250.16115.49131.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 34.69%
GREEN value IS 252 (98.83% from 255) = 34.29%
BLUE value IS 228 (89.45% from 255) = 31.02%
R=34.69%
G=34.29%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525222800.010.11053.3310094.71
HexFFFCE401B035645f
Octal3773743440113065144137
Binary111111111111110011100100011011011010111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFCE4; }

 p { color: rgb(255,252,228); }

 H1.HeaderClassName
 {
   color: #FFFCE4;
 }
 .AnyTagClassName
 {
   color: #FFFCE4;
 }
</style>
background-color css

<style>
 a { background-color: #FFFCE4; }

 a { background-color: rgb(255,252,228); }

 div.DivClassName
 {
   background-color: #FFFCE4;
 }
 .BgClassName
 {
   background-color: #FFFCE4;
 }
</style>
border-color css

<style>
 span { border-color: #FFFCE4; }

 span { border-color: rgb(255,252,228); }

 td.TdClassName
 {
   border-color: #FFFCE4;
 }
 .TagClassName
 {
   border-color: #FFFCE4;
 }
</style>