#FCFAE5

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

Shades of Chilean Heath #FCFAE5

Tints of Chilean Heath #FCFAE5

Color information

#FCFAE5 (or 0xFCFAE5) is unknown color: approx Chilean Heath. HEX triplet: FC, FA and E5. RGB value is (252,250,229). Sum of RGB (Red+Green+Blue) = 252+250+229=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 229 (89.84% from 255 or 31.33% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAE5 is #03051A. Grayscale: #F8F8F8. Windows color (decimal): -197915 or 15071996. OLE color: 15071996.

HSL color Cylindrical-coordinate representation of color #FCFAE5: hue angle of 54.78º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCFAE5 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB252250229-
CMYK00.010.090.01
HSL54.78º79.31%94.31%-
HSV(B)54.78º9.13%98.82%-
XYZ88.4794.7287.75-
YUV248.2117.16130.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.47%
GREEN value IS 250 (98.05% from 255) = 34.20%
BLUE value IS 229 (89.84% from 255) = 31.33%
R=34.47%
G=34.20%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225022900.010.090.0154.7879.3194.31
HexFCFAE50191374f5e
Octal3743723450111167117136
Binary111111001111101011100101011001111011110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAE5; }

 p { color: rgb(252,250,229); }

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

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

 a { background-color: rgb(252,250,229); }

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

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

 span { border-color: rgb(252,250,229); }

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