#F8EAE0

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

Shades of Chardon #F8EAE0

Tints of Chardon #F8EAE0

Color information

#F8EAE0 (or 0xF8EAE0) is unknown color: approx Chardon. HEX triplet: F8, EA and E0. RGB value is (248,234,224). Sum of RGB (Red+Green+Blue) = 248+234+224=706 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.13% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 224 (87.89% from 255 or 31.73% from 706); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EAE0 is #07151F. Grayscale: #EDEDED. Windows color (decimal): -464160 or 14740216. OLE color: 14740216.

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

Color convert

RGB248234224-
CMYK00.060.100.03
HSL25º63.16%92.55%-
HSV(B)25º9.68%97.25%-
XYZ81.5984.1882.47-
YUV237.05120.64135.81-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.13%
GREEN value IS 234 (91.80% from 255) = 33.14%
BLUE value IS 224 (87.89% from 255) = 31.73%
R=35.13%
G=33.14%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823422400.060.100.032563.1692.55
HexF8EAE006A3193f5d
Octal370352340061233177135
Binary1111100011101010111000000110101011110011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EAE0; }

 p { color: rgb(248,234,224); }

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

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

 a { background-color: rgb(248,234,224); }

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

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

 span { border-color: rgb(248,234,224); }

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