#F9EADE

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

Shades of Chardon #F9EADE

Tints of Chardon #F9EADE

Color information

#F9EADE (or 0xF9EADE) is unknown color: approx Chardon. HEX triplet: F9, EA and DE. RGB value is (249,234,222). Sum of RGB (Red+Green+Blue) = 249+234+222=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EADE is #061521. Grayscale: #EDEDED. Windows color (decimal): -398626 or 14609145. OLE color: 14609145.

HSL color Cylindrical-coordinate representation of color #F9EADE: hue angle of 26.67º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9EADE is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB249234222-
CMYK00.060.110.02
HSL26.67º69.23%92.35%-
HSV(B)26.67º10.84%97.65%-
XYZ81.6784.2681.07-
YUV237.12119.47136.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.32%
GREEN value IS 234 (91.80% from 255) = 33.19%
BLUE value IS 222 (87.11% from 255) = 31.49%
R=35.32%
G=33.19%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923422200.060.110.0226.6769.2392.35
HexF9EADE06B21b455c
Octal3713523360613233105134
Binary11111001111010101101111001101011101101110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EADE; }

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

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

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

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

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

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

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

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