#FCECCF

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

Shades of Blanched Almond #FCECCF

Tints of Blanched Almond #FCECCF

Color information

#FCECCF (or 0xFCECCF) is unknown color: approx Blanched Almond. HEX triplet: FC, EC and CF. RGB value is (252,236,207). Sum of RGB (Red+Green+Blue) = 252+236+207=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 207 (81.25% from 255 or 29.78% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECCF is #031330. Grayscale: #EDEDED. Windows color (decimal): -201521 or 13626620. OLE color: 13626620.

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

Color convert

RGB252236207-
CMYK00.060.180.01
HSL38.67º88.24%90%-
HSV(B)38.67º17.86%98.82%-
XYZ81.485.1971.18-
YUV237.48110.8138.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 236 (92.58% from 255) = 33.96%
BLUE value IS 207 (81.25% from 255) = 29.78%
R=36.26%
G=33.96%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223620700.060.180.0138.6788.2490
HexFCECCF0612127585a
Octal3743543170622147130132
Binary111111001110110011001111011010010110011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCECCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCECCF; }

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

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

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

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

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

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

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

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