#F8EADF

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

Shades of Chardon #F8EADF

Tints of Chardon #F8EADF

Color information

#F8EADF (or 0xF8EADF) is unknown color: approx Chardon. HEX triplet: F8, EA and DF. RGB value is (248,234,223). Sum of RGB (Red+Green+Blue) = 248+234+223=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 223 (87.5% from 255 or 31.63% from 705); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EADF is #071520. Grayscale: #ECECEC. Windows color (decimal): -464161 or 14674680. OLE color: 14674680.

HSL color Cylindrical-coordinate representation of color #F8EADF: hue angle of 26.4º degrees, saturation: 0.64, 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 #F8EADF is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248234223-
CMYK00.060.100.03
HSL26.4º64.1%92.35%-
HSV(B)26.4º10.08%97.25%-
XYZ81.4584.1381.76-
YUV236.93120.14135.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.18%
GREEN value IS 234 (91.80% from 255) = 33.19%
BLUE value IS 223 (87.5% from 255) = 31.63%
R=35.18%
G=33.19%
B=31.63%

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
Decimal24823422300.060.100.0326.464.192.35
HexF8EADF06A31a405c
Octal3703523370612332100134
Binary11111000111010101101111101101010111101010000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EADF; }

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

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

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

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

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

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

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

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