#FDEBD2

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

Shades of Blanched Almond #FDEBD2

Tints of Blanched Almond #FDEBD2

Color information

#FDEBD2 (or 0xFDEBD2) is unknown color: approx Blanched Almond. HEX triplet: FD, EB and D2. RGB value is (253,235,210). Sum of RGB (Red+Green+Blue) = 253+235+210=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 210 (82.42% from 255 or 30.09% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBD2 is #02142D. Grayscale: #EDEDED. Windows color (decimal): -136238 or 13822973. OLE color: 13822973.

HSL color Cylindrical-coordinate representation of color #FDEBD2: hue angle of 34.88º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDEBD2 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB253235210-
CMYK00.070.170.01
HSL34.88º91.49%90.78%-
HSV(B)34.88º17%99.22%-
XYZ81.8584.9573.06-
YUV237.53112.46139.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.25%
GREEN value IS 235 (92.19% from 255) = 33.67%
BLUE value IS 210 (82.42% from 255) = 30.09%
R=36.25%
G=33.67%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323521000.070.170.0134.8891.4990.78
HexFDEBD207111235b5b
Octal3753533220721143133133
Binary111111011110101111010010011110001110001110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBD2; }

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

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

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

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

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

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

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

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