#F7EADE

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

Shades of Chardon #F7EADE

Tints of Chardon #F7EADE

Color information

#F7EADE (or 0xF7EADE) is unknown color: approx Chardon. HEX triplet: F7, EA and DE. RGB value is (247,234,222). Sum of RGB (Red+Green+Blue) = 247+234+222=703 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.14% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 222 (87.11% from 255 or 31.58% from 703); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EADE is #081521. Grayscale: #ECECEC. Windows color (decimal): -529698 or 14609143. OLE color: 14609143.

HSL color Cylindrical-coordinate representation of color #F7EADE: hue angle of 28.8º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7EADE is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB247234222-
CMYK00.050.100.03
HSL28.8º60.98%91.96%-
HSV(B)28.8º10.12%96.86%-
XYZ80.9783.8981.03-
YUV236.52119.81135.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.14%
GREEN value IS 234 (91.80% from 255) = 33.29%
BLUE value IS 222 (87.11% from 255) = 31.58%
R=35.14%
G=33.29%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723422200.050.100.0328.860.9891.96
HexF7EADE05A31d3d5c
Octal367352336051233575134
Binary1111011111101010110111100101101011111011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EADE; }

 p { color: rgb(247,234,222); }

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

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

 a { background-color: rgb(247,234,222); }

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

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

 span { border-color: rgb(247,234,222); }

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