#FAE8DC

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

Shades of Chardon #FAE8DC

Tints of Chardon #FAE8DC

Color information

#FAE8DC (or 0xFAE8DC) is unknown color: approx Chardon. HEX triplet: FA, E8 and DC. RGB value is (250,232,220). Sum of RGB (Red+Green+Blue) = 250+232+220=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 232 (91.02% from 255 or 33.05% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8DC is #051723. Grayscale: #ECECEC. Windows color (decimal): -333604 or 14477562. OLE color: 14477562.

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

Color convert

RGB250232220-
CMYK00.070.120.02
HSL24º75%92.16%-
HSV(B)24º12%98.04%-
XYZ81.283.279.49-
YUV236.01118.96137.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 232 (91.02% from 255) = 33.05%
BLUE value IS 220 (86.33% from 255) = 31.34%
R=35.61%
G=33.05%
B=31.34%

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
Decimal25023222000.070.120.02247592.16
HexFAE8DC07C2184b5c
Octal3723503340714230113134
Binary11111010111010001101110001111100101100010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8DC; }

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

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

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

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

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

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

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

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