#FAE8DD

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

Shades of Chardon #FAE8DD

Tints of Chardon #FAE8DD

Color information

#FAE8DD (or 0xFAE8DD) is unknown color: approx Chardon. HEX triplet: FA, E8 and DD. RGB value is (250,232,221). Sum of RGB (Red+Green+Blue) = 250+232+221=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 232 (91.02% from 255 or 33.00% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8DD is #051722. Grayscale: #ECECEC. Windows color (decimal): -333603 or 14543098. OLE color: 14543098.

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

Color convert

RGB250232221-
CMYK00.070.120.02
HSL22.76º74.36%92.35%-
HSV(B)22.76º11.6%98.04%-
XYZ81.3383.2680.19-
YUV236.13119.46137.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 232 (91.02% from 255) = 33.00%
BLUE value IS 221 (86.72% from 255) = 31.44%
R=35.56%
G=33.00%
B=31.44%

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
Decimal25023222100.070.120.0222.7674.3692.35
HexFAE8DD07C2174a5c
Octal3723503350714227112134
Binary11111010111010001101110101111100101011110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8DD; }

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

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

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

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

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

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

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

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