#FDE6CD

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

Shades of Blanched Almond #FDE6CD

Tints of Blanched Almond #FDE6CD

Color information

#FDE6CD (or 0xFDE6CD) is unknown color: approx Blanched Almond. HEX triplet: FD, E6 and CD. RGB value is (253,230,205). Sum of RGB (Red+Green+Blue) = 253+230+205=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 205 (80.47% from 255 or 29.80% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6CD is #021932. Grayscale: #EAEAEA. Windows color (decimal): -137523 or 13494013. OLE color: 13494013.

HSL color Cylindrical-coordinate representation of color #FDE6CD: hue angle of 31.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDE6CD is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB253230205-
CMYK00.090.190.01
HSL31.25º92.31%89.8%-
HSV(B)31.25º18.97%99.22%-
XYZ79.8281.8869.36-
YUV234.03111.62141.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.77%
GREEN value IS 230 (90.23% from 255) = 33.43%
BLUE value IS 205 (80.47% from 255) = 29.80%
R=36.77%
G=33.43%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323020500.090.190.0131.2592.3189.8
HexFDE6CD091311f5c5a
Octal37534631501123137134132
Binary111111011110011011001101010011001111111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE6CD; }

 p { color: rgb(253,230,205); }

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

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

 a { background-color: rgb(253,230,205); }

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

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

 span { border-color: rgb(253,230,205); }

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