#FDEDE1

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

Shades of Chardon #FDEDE1

Tints of Chardon #FDEDE1

Color information

#FDEDE1 (or 0xFDEDE1) is unknown color: approx Chardon. HEX triplet: FD, ED and E1. RGB value is (253,237,225). Sum of RGB (Red+Green+Blue) = 253+237+225=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 225 (88.28% from 255 or 31.47% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDE1 is #02121E. Grayscale: #F0F0F0. Windows color (decimal): -135711 or 14806525. OLE color: 14806525.

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

Color convert

RGB253237225-
CMYK00.060.110.01
HSL25.71º87.5%93.73%-
HSV(B)25.71º11.07%99.22%-
XYZ84.3886.8983.56-
YUV240.42119.3136.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.38%
GREEN value IS 237 (92.97% from 255) = 33.15%
BLUE value IS 225 (88.28% from 255) = 31.47%
R=35.38%
G=33.15%
B=31.47%

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
Decimal25323722500.060.110.0125.7187.593.73
HexFDEDE106B11a585e
Octal3753553410613132130136
Binary1111110111101101111000010110101111101010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDE1; }

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

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

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

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

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

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

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

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