#FAE9DE

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

Shades of Chardon #FAE9DE

Tints of Chardon #FAE9DE

Color information

#FAE9DE (or 0xFAE9DE) is unknown color: approx Chardon. HEX triplet: FA, E9 and DE. RGB value is (250,233,222). Sum of RGB (Red+Green+Blue) = 250+233+222=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 233 (91.41% from 255 or 33.05% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9DE is #051621. Grayscale: #ECECEC. Windows color (decimal): -333346 or 14608890. OLE color: 14608890.

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

Color convert

RGB250233222-
CMYK00.070.110.02
HSL23.57º73.68%92.55%-
HSV(B)23.57º11.2%98.04%-
XYZ81.7583.8880.99-
YUV236.83119.63137.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.46%
GREEN value IS 233 (91.41% from 255) = 33.05%
BLUE value IS 222 (87.11% from 255) = 31.49%
R=35.46%
G=33.05%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023322200.070.110.0223.5773.6892.55
HexFAE9DE07B2184a5d
Octal3723513360713230112135
Binary11111010111010011101111001111011101100010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9DE; }

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

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

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

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

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

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

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

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