#FDEADC

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

Shades of Chardon #FDEADC

Tints of Chardon #FDEADC

Color information

#FDEADC (or 0xFDEADC) is unknown color: approx Chardon. HEX triplet: FD, EA and DC. RGB value is (253,234,220). Sum of RGB (Red+Green+Blue) = 253+234+220=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 220 (86.33% from 255 or 31.12% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEADC is #021523. Grayscale: #EEEEEE. Windows color (decimal): -136484 or 14478077. OLE color: 14478077.

HSL color Cylindrical-coordinate representation of color #FDEADC: hue angle of 25.45º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDEADC is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253234220-
CMYK00.080.130.01
HSL25.45º89.19%92.75%-
HSV(B)25.45º13.04%99.22%-
XYZ82.8584.979.73-
YUV238.08117.79138.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.79%
GREEN value IS 234 (91.80% from 255) = 33.10%
BLUE value IS 220 (86.33% from 255) = 31.12%
R=35.79%
G=33.10%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323422000.080.130.0125.4589.1992.75
HexFDEADC08D119595d
Octal37535233401015131131135
Binary11111101111010101101110001000110111100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEADC; }

 p { color: rgb(253,234,220); }

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

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

 a { background-color: rgb(253,234,220); }

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

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

 span { border-color: rgb(253,234,220); }

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