#FAE8DB

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

Shades of Chardon #FAE8DB

Tints of Chardon #FAE8DB

Color information

#FAE8DB (or 0xFAE8DB) is unknown color: approx Chardon. HEX triplet: FA, E8 and DB. RGB value is (250,232,219). Sum of RGB (Red+Green+Blue) = 250+232+219=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 232 (91.02% from 255 or 33.10% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8DB is #051724. Grayscale: #EBEBEB. Windows color (decimal): -333605 or 14412026. OLE color: 14412026.

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

Color convert

RGB250232219-
CMYK00.070.120.02
HSL25.16º75.61%91.96%-
HSV(B)25.16º12.4%98.04%-
XYZ81.0783.1578.8-
YUV235.9118.46138.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 232 (91.02% from 255) = 33.10%
BLUE value IS 219 (85.94% from 255) = 31.24%
R=35.66%
G=33.10%
B=31.24%

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
Decimal25023221900.070.120.0225.1675.6191.96
HexFAE8DB07C2194c5c
Octal3723503330714231114134
Binary11111010111010001101101101111100101100110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8DB; }

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

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

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

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

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

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

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

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