#FDEBDD

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

Shades of Chardon #FDEBDD

Tints of Chardon #FDEBDD

Color information

#FDEBDD (or 0xFDEBDD) is unknown color: approx Chardon. HEX triplet: FD, EB and DD. RGB value is (253,235,221). Sum of RGB (Red+Green+Blue) = 253+235+221=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBDD is #021422. Grayscale: #EEEEEE. Windows color (decimal): -136227 or 14543869. OLE color: 14543869.

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

Color convert

RGB253235221-
CMYK00.070.130.01
HSL26.25º88.89%92.94%-
HSV(B)26.25º12.65%99.22%-
XYZ83.2785.5280.52-
YUV238.79117.96138.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.68%
GREEN value IS 235 (92.19% from 255) = 33.15%
BLUE value IS 221 (86.72% from 255) = 31.17%
R=35.68%
G=33.15%
B=31.17%

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
Decimal25323522100.070.130.0126.2588.8992.94
HexFDEBDD07D11a595d
Octal3753533350715132131135
Binary1111110111101011110111010111110111101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBDD; }

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

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

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

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

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

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

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

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