#FDEBCD

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

Shades of Blanched Almond #FDEBCD

Tints of Blanched Almond #FDEBCD

Color information

#FDEBCD (or 0xFDEBCD) is unknown color: approx Blanched Almond. HEX triplet: FD, EB and CD. RGB value is (253,235,205). Sum of RGB (Red+Green+Blue) = 253+235+205=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 205 (80.47% from 255 or 29.58% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBCD is #021432. Grayscale: #EDEDED. Windows color (decimal): -136243 or 13495293. OLE color: 13495293.

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

Color convert

RGB253235205-
CMYK00.070.190.01
HSL37.5º92.31%89.8%-
HSV(B)37.5º18.97%99.22%-
XYZ81.2484.7169.83-
YUV236.96109.96139.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.51%
GREEN value IS 235 (92.19% from 255) = 33.91%
BLUE value IS 205 (80.47% from 255) = 29.58%
R=36.51%
G=33.91%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323520500.070.190.0137.592.3189.8
HexFDEBCD07131265c5a
Octal3753533150723146134132
Binary111111011110101111001101011110011110011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBCD; }

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

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

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

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

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

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

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

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