#F9EADF

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

Shades of Chardon #F9EADF

Tints of Chardon #F9EADF

Color information

#F9EADF (or 0xF9EADF) is unknown color: approx Chardon. HEX triplet: F9, EA and DF. RGB value is (249,234,223). Sum of RGB (Red+Green+Blue) = 249+234+223=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EADF is #061520. Grayscale: #EDEDED. Windows color (decimal): -398625 or 14674681. OLE color: 14674681.

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

Color convert

RGB249234223-
CMYK00.060.100.02
HSL25.38º68.42%92.55%-
HSV(B)25.38º10.44%97.65%-
XYZ81.8184.3181.77-
YUV237.23119.97136.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.27%
GREEN value IS 234 (91.80% from 255) = 33.14%
BLUE value IS 223 (87.5% from 255) = 31.59%
R=35.27%
G=33.14%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923422300.060.100.0225.3868.4292.55
HexF9EADF06A219445d
Octal3713523370612231104135
Binary11111001111010101101111101101010101100110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EADF; }

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

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

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

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

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

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

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

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