#FAECE0

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

Shades of Chardon #FAECE0

Tints of Chardon #FAECE0

Color information

#FAECE0 (or 0xFAECE0) is unknown color: approx Chardon. HEX triplet: FA, EC and E0. RGB value is (250,236,224). Sum of RGB (Red+Green+Blue) = 250+236+224=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 224 (87.89% from 255 or 31.55% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECE0 is #05131F. Grayscale: #EEEEEE. Windows color (decimal): -332576 or 14740730. OLE color: 14740730.

HSL color Cylindrical-coordinate representation of color #FAECE0: hue angle of 27.69º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAECE0 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250236224-
CMYK00.060.100.02
HSL27.69º72.22%92.94%-
HSV(B)27.69º10.4%98.04%-
XYZ82.8785.782.69-
YUV238.82119.64135.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 236 (92.58% from 255) = 33.24%
BLUE value IS 224 (87.89% from 255) = 31.55%
R=35.21%
G=33.24%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023622400.060.100.0227.6972.2292.94
HexFAECE006A21c485d
Octal3723543400612234110135
Binary11111010111011001110000001101010101110010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECE0; }

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

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

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

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

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

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

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

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