#FCEBCE

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

Shades of Blanched Almond #FCEBCE

Tints of Blanched Almond #FCEBCE

Color information

#FCEBCE (or 0xFCEBCE) is unknown color: approx Blanched Almond. HEX triplet: FC, EB and CE. RGB value is (252,235,206). Sum of RGB (Red+Green+Blue) = 252+235+206=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 206 (80.86% from 255 or 29.73% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBCE is #031431. Grayscale: #ECECEC. Windows color (decimal): -201778 or 13560828. OLE color: 13560828.

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

Color convert

RGB252235206-
CMYK00.070.180.01
HSL37.83º88.46%89.8%-
HSV(B)37.83º18.25%98.82%-
XYZ80.9984.5770.45-
YUV236.78110.63138.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.36%
GREEN value IS 235 (92.19% from 255) = 33.91%
BLUE value IS 206 (80.86% from 255) = 29.73%
R=36.36%
G=33.91%
B=29.73%

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
Decimal25223520600.070.180.0137.8388.4689.8
HexFCEBCE0712126585a
Octal3743533160722146130132
Binary111111001110101111001110011110010110011010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBCE; }

 p { color: rgb(252,235,206); }

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

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

 a { background-color: rgb(252,235,206); }

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

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

 span { border-color: rgb(252,235,206); }

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