#FAE9DC

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

Shades of Chardon #FAE9DC

Tints of Chardon #FAE9DC

Color information

#FAE9DC (or 0xFAE9DC) is unknown color: approx Chardon. HEX triplet: FA, E9 and DC. RGB value is (250,233,220). Sum of RGB (Red+Green+Blue) = 250+233+220=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 233 (91.41% from 255 or 33.14% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9DC is #051623. Grayscale: #ECECEC. Windows color (decimal): -333348 or 14477818. OLE color: 14477818.

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

Color convert

RGB250233220-
CMYK00.070.120.02
HSL26º75%92.16%-
HSV(B)26º12%98.04%-
XYZ81.4883.7779.58-
YUV236.6118.63137.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 233 (91.41% from 255) = 33.14%
BLUE value IS 220 (86.33% from 255) = 31.29%
R=35.56%
G=33.14%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023322000.070.120.02267592.16
HexFAE9DC07C21a4b5c
Octal3723513340714232113134
Binary11111010111010011101110001111100101101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9DC; }

 p { color: rgb(250,233,220); }

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

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

 a { background-color: rgb(250,233,220); }

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

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

 span { border-color: rgb(250,233,220); }

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