#FDECCD

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

Shades of Blanched Almond #FDECCD

Tints of Blanched Almond #FDECCD

Color information

#FDECCD (or 0xFDECCD) is unknown color: approx Blanched Almond. HEX triplet: FD, EC and CD. RGB value is (253,236,205). Sum of RGB (Red+Green+Blue) = 253+236+205=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 205 (80.47% from 255 or 29.54% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECCD is #021332. Grayscale: #EDEDED. Windows color (decimal): -135987 or 13495549. OLE color: 13495549.

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

Color convert

RGB253236205-
CMYK00.070.190.01
HSL38.75º92.31%89.8%-
HSV(B)38.75º18.97%99.22%-
XYZ81.5285.2869.92-
YUV237.55109.63139.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 236 (92.58% from 255) = 34.01%
BLUE value IS 205 (80.47% from 255) = 29.54%
R=36.46%
G=34.01%
B=29.54%

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
Decimal25323620500.070.190.0138.7592.3189.8
HexFDECCD07131275c5a
Octal3753543150723147134132
Binary111111011110110011001101011110011110011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECCD; }

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

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

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

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

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

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

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

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