#FDE9C7

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

Shades of Blanched Almond #FDE9C7

Tints of Blanched Almond #FDE9C7

Color information

#FDE9C7 (or 0xFDE9C7) is unknown color: approx Blanched Almond. HEX triplet: FD, E9 and C7. RGB value is (253,233,199). Sum of RGB (Red+Green+Blue) = 253+233+199=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 199 (78.12% from 255 or 29.05% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9C7 is #021638. Grayscale: #EBEBEB. Windows color (decimal): -136761 or 13101565. OLE color: 13101565.

HSL color Cylindrical-coordinate representation of color #FDE9C7: hue angle of 37.78º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDE9C7 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB253233199-
CMYK00.080.210.01
HSL37.78º93.1%88.63%-
HSV(B)37.78º21.34%99.22%-
XYZ79.9683.2865.89-
YUV235.1107.63140.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.93%
GREEN value IS 233 (91.41% from 255) = 34.01%
BLUE value IS 199 (78.12% from 255) = 29.05%
R=36.93%
G=34.01%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323319900.080.210.0137.7893.188.63
HexFDE9C708151265d59
Octal37535130701025146135131
Binary1111110111101001110001110100010101110011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE9C7; }

 p { color: rgb(253,233,199); }

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

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

 a { background-color: rgb(253,233,199); }

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

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

 span { border-color: rgb(253,233,199); }

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