#FEECCD

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

Shades of Blanched Almond #FEECCD

Tints of Blanched Almond #FEECCD

Color information

#FEECCD (or 0xFEECCD) is unknown color: approx Blanched Almond. HEX triplet: FE, EC and CD. RGB value is (254,236,205). Sum of RGB (Red+Green+Blue) = 254+236+205=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 205 (80.47% from 255 or 29.50% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECCD is #011332. Grayscale: #EDEDED. Windows color (decimal): -70451 or 13495550. OLE color: 13495550.

HSL color Cylindrical-coordinate representation of color #FEECCD: hue angle of 37.96º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEECCD is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254236205-
CMYK00.070.190.00
HSL37.96º96.08%90%-
HSV(B)37.96º19.29%99.61%-
XYZ81.8985.4769.94-
YUV237.85109.46139.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 236 (92.58% from 255) = 33.96%
BLUE value IS 205 (80.47% from 255) = 29.50%
R=36.55%
G=33.96%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423620500.070.190.0037.9696.0890
HexFEECCD0713026605a
Octal3763543150723046140132
Binary111111101110110011001101011110011010011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECCD; }

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

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

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

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

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

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

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

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