#FAE9DD

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

Shades of Chardon #FAE9DD

Tints of Chardon #FAE9DD

Color information

#FAE9DD (or 0xFAE9DD) is unknown color: approx Chardon. HEX triplet: FA, E9 and DD. RGB value is (250,233,221). Sum of RGB (Red+Green+Blue) = 250+233+221=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 233 (91.41% from 255 or 33.10% from 704); Blue value is 221 (86.72% from 255 or 31.39% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9DD is #051622. Grayscale: #ECECEC. Windows color (decimal): -333347 or 14543354. OLE color: 14543354.

HSL color Cylindrical-coordinate representation of color #FAE9DD: hue angle of 24.83º degrees, saturation: 0.74, 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 #FAE9DD is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250233221-
CMYK00.070.120.02
HSL24.83º74.36%92.35%-
HSV(B)24.83º11.6%98.04%-
XYZ81.6183.8280.28-
YUV236.71119.13137.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.51%
GREEN value IS 233 (91.41% from 255) = 33.10%
BLUE value IS 221 (86.72% from 255) = 31.39%
R=35.51%
G=33.10%
B=31.39%

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
Decimal25023322100.070.120.0224.8374.3692.35
HexFAE9DD07C2194a5c
Octal3723513350714231112134
Binary11111010111010011101110101111100101100110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9DD; }

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

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

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

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

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

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

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

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