#FDE7CD

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

Shades of Blanched Almond #FDE7CD

Tints of Blanched Almond #FDE7CD

Color information

#FDE7CD (or 0xFDE7CD) is unknown color: approx Blanched Almond. HEX triplet: FD, E7 and CD. RGB value is (253,231,205). Sum of RGB (Red+Green+Blue) = 253+231+205=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 205 (80.47% from 255 or 29.75% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7CD is #021832. Grayscale: #EAEAEA. Windows color (decimal): -137267 or 13494269. OLE color: 13494269.

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

Color convert

RGB253231205-
CMYK00.090.190.01
HSL32.5º92.31%89.8%-
HSV(B)32.5º18.97%99.22%-
XYZ80.182.4469.45-
YUV234.61111.29141.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.72%
GREEN value IS 231 (90.62% from 255) = 33.53%
BLUE value IS 205 (80.47% from 255) = 29.75%
R=36.72%
G=33.53%
B=29.75%

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
Decimal25323120500.090.190.0132.592.3189.8
HexFDE7CD09131205c5a
Octal37534731501123140134132
Binary1111110111100111110011010100110011110000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE7CD; }

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

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

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

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

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

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

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

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