#FFECC8

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

Shades of Blanched Almond #FFECC8

Tints of Blanched Almond #FFECC8

Color information

#FFECC8 (or 0xFFECC8) is unknown color: approx Blanched Almond. HEX triplet: FF, EC and C8. RGB value is (255,236,200). Sum of RGB (Red+Green+Blue) = 255+236+200=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 200 (78.52% from 255 or 28.94% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECC8 is #001337. Grayscale: #EDEDED. Windows color (decimal): -4920 or 13167871. OLE color: 13167871.

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

Color convert

RGB255236200-
CMYK00.070.220
HSL39.27º100%89.22%-
HSV(B)39.27º21.57%100%-
XYZ81.6685.4266.83-
YUV237.58106.79140.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 236 (92.58% from 255) = 34.15%
BLUE value IS 200 (78.52% from 255) = 28.94%
R=36.90%
G=34.15%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523620000.070.22039.2710089.22
HexFFECC807160276459
Octal3773543100726047144131
Binary111111111110110011001000011110110010011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECC8; }

 p { color: rgb(255,236,200); }

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

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

 a { background-color: rgb(255,236,200); }

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

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

 span { border-color: rgb(255,236,200); }

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