#F8EDE4

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

Shades of Chardon #F8EDE4

Tints of Chardon #F8EDE4

Color information

#F8EDE4 (or 0xF8EDE4) is unknown color: approx Chardon. HEX triplet: F8, ED and E4. RGB value is (248,237,228). Sum of RGB (Red+Green+Blue) = 248+237+228=713 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.78% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 228 (89.45% from 255 or 31.98% from 713); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDE4 is #07121B. Grayscale: #EFEFEF. Windows color (decimal): -463388 or 15003128. OLE color: 15003128.

HSL color Cylindrical-coordinate representation of color #F8EDE4: hue angle of 27º degrees, saturation: 0.59, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F8EDE4 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB248237228-
CMYK00.040.080.03
HSL27º58.82%93.33%-
HSV(B)27º8.06%97.25%-
XYZ8386.1385.65-
YUV239.26121.64134.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.78%
GREEN value IS 237 (92.97% from 255) = 33.24%
BLUE value IS 228 (89.45% from 255) = 31.98%
R=34.78%
G=33.24%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823722800.040.080.032758.8293.33
HexF8EDE404831b3b5d
Octal370355344041033373135
Binary1111100011101101111001000100100011110111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDE4; }

 p { color: rgb(248,237,228); }

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

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

 a { background-color: rgb(248,237,228); }

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

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

 span { border-color: rgb(248,237,228); }

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