#FDEADF

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

Shades of Chablis #FDEADF

Tints of Chablis #FDEADF

Color information

#FDEADF (or 0xFDEADF) is unknown color: approx Chablis. HEX triplet: FD, EA and DF. RGB value is (253,234,223). Sum of RGB (Red+Green+Blue) = 253+234+223=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEADF is #021520. Grayscale: #EEEEEE. Windows color (decimal): -136481 or 14674685. OLE color: 14674685.

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

Color convert

RGB253234223-
CMYK00.080.120.01
HSL22º88.24%93.33%-
HSV(B)22º11.86%99.22%-
XYZ83.2585.0681.84-
YUV238.43119.29138.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.63%
GREEN value IS 234 (91.80% from 255) = 32.96%
BLUE value IS 223 (87.5% from 255) = 31.41%
R=35.63%
G=32.96%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323422300.080.120.012288.2493.33
HexFDEADF08C116585d
Octal37535233701014126130135
Binary11111101111010101101111101000110011011010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEADF; }

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

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

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

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

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

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

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

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