#FDEDE0

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

Shades of Chardon #FDEDE0

Tints of Chardon #FDEDE0

Color information

#FDEDE0 (or 0xFDEDE0) is unknown color: approx Chardon. HEX triplet: FD, ED and E0. RGB value is (253,237,224). Sum of RGB (Red+Green+Blue) = 253+237+224=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 224 (87.89% from 255 or 31.37% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDE0 is #02121F. Grayscale: #F0F0F0. Windows color (decimal): -135712 or 14740989. OLE color: 14740989.

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

Color convert

RGB253237224-
CMYK00.060.110.01
HSL26.9º87.88%93.53%-
HSV(B)26.9º11.46%99.22%-
XYZ84.2586.8382.84-
YUV240.3118.8137.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.43%
GREEN value IS 237 (92.97% from 255) = 33.19%
BLUE value IS 224 (87.89% from 255) = 31.37%
R=35.43%
G=33.19%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323722400.060.110.0126.987.8893.53
HexFDEDE006B11b585e
Octal3753553400613133130136
Binary1111110111101101111000000110101111101110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDE0; }

 p { color: rgb(253,237,224); }

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

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

 a { background-color: rgb(253,237,224); }

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

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

 span { border-color: rgb(253,237,224); }

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