#F5E8DE

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

Shades of Chardon #F5E8DE

Tints of Chardon #F5E8DE

Color information

#F5E8DE (or 0xF5E8DE) is unknown color: approx Chardon. HEX triplet: F5, E8 and DE. RGB value is (245,232,222). Sum of RGB (Red+Green+Blue) = 245+232+222=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 232 (91.02% from 255 or 33.19% from 699); Blue value is 222 (87.11% from 255 or 31.76% from 699); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E8DE is #0A1721. Grayscale: #EAEAEA. Windows color (decimal): -661282 or 14608629. OLE color: 14608629.

HSL color Cylindrical-coordinate representation of color #F5E8DE: hue angle of 26.09º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E8DE is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245232222-
CMYK00.050.090.04
HSL26.09º53.49%91.57%-
HSV(B)26.09º9.39%96.08%-
XYZ79.782.480.81-
YUV234.75120.81135.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.05%
GREEN value IS 232 (91.02% from 255) = 33.19%
BLUE value IS 222 (87.11% from 255) = 31.76%
R=35.05%
G=33.19%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523222200.050.090.0426.0953.4991.57
HexF5E8DE05941a355c
Octal365350336051143265134
Binary11110101111010001101111001011001100110101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E8DE; }

 p { color: rgb(245,232,222); }

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

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

 a { background-color: rgb(245,232,222); }

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

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

 span { border-color: rgb(245,232,222); }

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