#FDECDE

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

Shades of Chardon #FDECDE

Tints of Chardon #FDECDE

Color information

#FDECDE (or 0xFDECDE) is unknown color: approx Chardon. HEX triplet: FD, EC and DE. RGB value is (253,236,222). Sum of RGB (Red+Green+Blue) = 253+236+222=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 222 (87.11% from 255 or 31.22% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECDE is #021321. Grayscale: #EFEFEF. Windows color (decimal): -135970 or 14609661. OLE color: 14609661.

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

Color convert

RGB253236222-
CMYK00.070.120.01
HSL27.1º88.57%93.14%-
HSV(B)27.1º12.25%99.22%-
XYZ83.6986.1581.32-
YUV239.49118.13137.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.58%
GREEN value IS 236 (92.58% from 255) = 33.19%
BLUE value IS 222 (87.11% from 255) = 31.22%
R=35.58%
G=33.19%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323622200.070.120.0127.188.5793.14
HexFDECDE07C11b595d
Octal3753543360714133131135
Binary1111110111101100110111100111110011101110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECDE; }

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

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

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

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

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

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

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

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