#FCECCD

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

Shades of Blanched Almond #FCECCD

Tints of Blanched Almond #FCECCD

Color information

#FCECCD (or 0xFCECCD) is unknown color: approx Blanched Almond. HEX triplet: FC, EC and CD. RGB value is (252,236,205). Sum of RGB (Red+Green+Blue) = 252+236+205=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 205 (80.47% from 255 or 29.58% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECCD is #031332. Grayscale: #EDEDED. Windows color (decimal): -201523 or 13495548. OLE color: 13495548.

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

Color convert

RGB252236205-
CMYK00.060.190.01
HSL39.57º88.68%89.61%-
HSV(B)39.57º18.65%98.82%-
XYZ81.1685.0969.9-
YUV237.25109.8138.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.36%
GREEN value IS 236 (92.58% from 255) = 34.05%
BLUE value IS 205 (80.47% from 255) = 29.58%
R=36.36%
G=34.05%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223620500.060.190.0139.5788.6889.61
HexFCECCD0613128595a
Octal3743543150623150131132
Binary111111001110110011001101011010011110100010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCECCD; }

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

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

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

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

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

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

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

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