#FFEECE

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

Shades of Blanched Almond #FFEECE

Tints of Blanched Almond #FFEECE

Color information

#FFEECE (or 0xFFEECE) is unknown color: approx Blanched Almond. HEX triplet: FF, EE and CE. RGB value is (255,238,206). Sum of RGB (Red+Green+Blue) = 255+238+206=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 206 (80.86% from 255 or 29.47% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEECE is #001131. Grayscale: #EFEFEF. Windows color (decimal): -4402 or 13561599. OLE color: 13561599.

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

Color convert

RGB255238206-
CMYK00.070.190
HSL39.18º100%90.39%-
HSV(B)39.18º19.22%100%-
XYZ82.9686.8770.79-
YUV239.43109.13139.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.48%
GREEN value IS 238 (93.36% from 255) = 34.05%
BLUE value IS 206 (80.86% from 255) = 29.47%
R=36.48%
G=34.05%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523820600.070.19039.1810090.39
HexFFEECE0713027645a
Octal3773563160723047144132
Binary111111111110111011001110011110011010011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEECE; }

 p { color: rgb(255,238,206); }

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

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

 a { background-color: rgb(255,238,206); }

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

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

 span { border-color: rgb(255,238,206); }

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