#FDECCF

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

Shades of Blanched Almond #FDECCF

Tints of Blanched Almond #FDECCF

Color information

#FDECCF (or 0xFDECCF) is unknown color: approx Blanched Almond. HEX triplet: FD, EC and CF. RGB value is (253,236,207). Sum of RGB (Red+Green+Blue) = 253+236+207=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 207 (81.25% from 255 or 29.74% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECCF is #021330. Grayscale: #EDEDED. Windows color (decimal): -135985 or 13626621. OLE color: 13626621.

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

Color convert

RGB253236207-
CMYK00.070.180.01
HSL37.83º92%90.2%-
HSV(B)37.83º18.18%99.22%-
XYZ81.7785.3871.2-
YUV237.78110.63138.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.35%
GREEN value IS 236 (92.58% from 255) = 33.91%
BLUE value IS 207 (81.25% from 255) = 29.74%
R=36.35%
G=33.91%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323620700.070.180.0137.839290.2
HexFDECCF07121265c5a
Octal3753543170722146134132
Binary111111011110110011001111011110010110011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECCF; }

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

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

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

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

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

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

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

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