#FDEBDC

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

Shades of Chardon #FDEBDC

Tints of Chardon #FDEBDC

Color information

#FDEBDC (or 0xFDEBDC) is unknown color: approx Chardon. HEX triplet: FD, EB and DC. RGB value is (253,235,220). Sum of RGB (Red+Green+Blue) = 253+235+220=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 220 (86.33% from 255 or 31.07% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBDC is #021423. Grayscale: #EEEEEE. Windows color (decimal): -136228 or 14478333. OLE color: 14478333.

HSL color Cylindrical-coordinate representation of color #FDEBDC: hue angle of 27.27º 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 #FDEBDC is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253235220-
CMYK00.070.130.01
HSL27.27º89.19%92.75%-
HSV(B)27.27º13.04%99.22%-
XYZ83.1385.4779.83-
YUV238.67117.46138.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.73%
GREEN value IS 235 (92.19% from 255) = 33.19%
BLUE value IS 220 (86.33% from 255) = 31.07%
R=35.73%
G=33.19%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323522000.070.130.0127.2789.1992.75
HexFDEBDC07D11b595d
Octal3753533340715133131135
Binary1111110111101011110111000111110111101110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBDC; }

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

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

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

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

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

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

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

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