#F9EADD

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

Shades of Chardon #F9EADD

Tints of Chardon #F9EADD

Color information

#F9EADD (or 0xF9EADD) is unknown color: approx Chardon. HEX triplet: F9, EA and DD. RGB value is (249,234,221). Sum of RGB (Red+Green+Blue) = 249+234+221=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 221 (86.72% from 255 or 31.39% from 704); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EADD is #061522. Grayscale: #EDEDED. Windows color (decimal): -398627 or 14543609. OLE color: 14543609.

HSL color Cylindrical-coordinate representation of color #F9EADD: hue angle of 27.86º degrees, saturation: 0.7, 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 #F9EADD is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB249234221-
CMYK00.060.110.02
HSL27.86º70%92.16%-
HSV(B)27.86º11.24%97.65%-
XYZ81.5484.2180.36-
YUV237118.97136.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.37%
GREEN value IS 234 (91.80% from 255) = 33.24%
BLUE value IS 221 (86.72% from 255) = 31.39%
R=35.37%
G=33.24%
B=31.39%

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
Decimal24923422100.060.110.0227.867092.16
HexF9EADD06B21c465c
Octal3713523350613234106134
Binary11111001111010101101110101101011101110010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EADD; }

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

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

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

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

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

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

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

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