#FCFAE0

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

Shades of Chilean Heath #FCFAE0

Tints of Chilean Heath #FCFAE0

Color information

#FCFAE0 (or 0xFCFAE0) is unknown color: approx Chilean Heath. HEX triplet: FC, FA and E0. RGB value is (252,250,224). Sum of RGB (Red+Green+Blue) = 252+250+224=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 224 (87.89% from 255 or 30.85% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAE0 is #03051F. Grayscale: #F7F7F7. Windows color (decimal): -197920 or 14744316. OLE color: 14744316.

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

Color convert

RGB252250224-
CMYK00.010.110.01
HSL55.71º82.35%93.33%-
HSV(B)55.71º11.11%98.82%-
XYZ87.7994.4584.12-
YUV247.63114.66131.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.71%
GREEN value IS 250 (98.05% from 255) = 34.44%
BLUE value IS 224 (87.89% from 255) = 30.85%
R=34.71%
G=34.44%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225022400.010.110.0155.7182.3593.33
HexFCFAE001B138525d
Octal3743723400113170122135
Binary111111001111101011100000011011111100010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAE0; }

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

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

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

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

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

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

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

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