#FDECDD

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

Shades of Chardon #FDECDD

Tints of Chardon #FDECDD

Color information

#FDECDD (or 0xFDECDD) is unknown color: approx Chardon. HEX triplet: FD, EC and DD. RGB value is (253,236,221). Sum of RGB (Red+Green+Blue) = 253+236+221=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 221 (86.72% from 255 or 31.13% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECDD is #021322. Grayscale: #EFEFEF. Windows color (decimal): -135971 or 14544125. OLE color: 14544125.

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

Color convert

RGB253236221-
CMYK00.070.130.01
HSL28.13º88.89%92.94%-
HSV(B)28.13º12.65%99.22%-
XYZ83.5586.0980.62-
YUV239.37117.63137.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.63%
GREEN value IS 236 (92.58% from 255) = 33.24%
BLUE value IS 221 (86.72% from 255) = 31.13%
R=35.63%
G=33.24%
B=31.13%

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
Decimal25323622100.070.130.0128.1388.8992.94
HexFDECDD07D11c595d
Octal3753543350715134131135
Binary1111110111101100110111010111110111110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECDD; }

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

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

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

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

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

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

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

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