#FAE7DA

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

Shades of Chardon #FAE7DA

Tints of Chardon #FAE7DA

Color information

#FAE7DA (or 0xFAE7DA) is unknown color: approx Chardon. HEX triplet: FA, E7 and DA. RGB value is (250,231,218). Sum of RGB (Red+Green+Blue) = 250+231+218=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 231 (90.62% from 255 or 33.05% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7DA is #051825. Grayscale: #EBEBEB. Windows color (decimal): -333862 or 14346234. OLE color: 14346234.

HSL color Cylindrical-coordinate representation of color #FAE7DA: hue angle of 24.38º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAE7DA is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250231218-
CMYK00.080.130.02
HSL24.38º76.19%91.76%-
HSV(B)24.38º12.8%98.04%-
XYZ80.6682.5478.01-
YUV235.2118.29138.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.77%
GREEN value IS 231 (90.62% from 255) = 33.05%
BLUE value IS 218 (85.55% from 255) = 31.19%
R=35.77%
G=33.05%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023121800.080.130.0224.3876.1991.76
HexFAE7DA08D2184c5c
Octal37234733201015230114134
Binary111110101110011111011010010001101101100010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7DA; }

 p { color: rgb(250,231,218); }

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

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

 a { background-color: rgb(250,231,218); }

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

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

 span { border-color: rgb(250,231,218); }

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