#FAECE3

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

Shades of Chardon #FAECE3

Tints of Chardon #FAECE3

Color information

#FAECE3 (or 0xFAECE3) is unknown color: approx Chardon. HEX triplet: FA, EC and E3. RGB value is (250,236,227). Sum of RGB (Red+Green+Blue) = 250+236+227=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 236 (92.58% from 255 or 33.10% from 713); Blue value is 227 (89.06% from 255 or 31.84% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECE3 is #05131C. Grayscale: #EFEFEF. Windows color (decimal): -332573 or 14937338. OLE color: 14937338.

HSL color Cylindrical-coordinate representation of color #FAECE3: hue angle of 23.48º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAECE3 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250236227-
CMYK00.060.090.02
HSL23.48º69.7%93.53%-
HSV(B)23.48º9.2%98.04%-
XYZ83.2885.8684.86-
YUV239.16121.14135.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 236 (92.58% from 255) = 33.10%
BLUE value IS 227 (89.06% from 255) = 31.84%
R=35.06%
G=33.10%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023622700.060.090.0223.4869.793.53
HexFAECE3069217465e
Octal3723543430611227106136
Binary11111010111011001110001101101001101011110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECE3; }

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

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

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

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

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

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

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

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