#FDEBDF

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

Shades of Chardon #FDEBDF

Tints of Chardon #FDEBDF

Color information

#FDEBDF (or 0xFDEBDF) is unknown color: approx Chardon. HEX triplet: FD, EB and DF. RGB value is (253,235,223). Sum of RGB (Red+Green+Blue) = 253+235+223=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBDF is #021420. Grayscale: #EFEFEF. Windows color (decimal): -136225 or 14674941. OLE color: 14674941.

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

Color convert

RGB253235223-
CMYK00.070.120.01
HSL24º88.24%93.33%-
HSV(B)24º11.86%99.22%-
XYZ83.5485.6381.94-
YUV239.01118.96137.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.58%
GREEN value IS 235 (92.19% from 255) = 33.05%
BLUE value IS 223 (87.5% from 255) = 31.36%
R=35.58%
G=33.05%
B=31.36%

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
Decimal25323522300.070.120.012488.2493.33
HexFDEBDF07C118585d
Octal3753533370714130130135
Binary1111110111101011110111110111110011100010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBDF; }

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

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

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

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

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

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

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

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