#FCECDA

Color #FCECDA Antique White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique White #FCECDA

Tints of Antique White #FCECDA

Color information

#FCECDA (or 0xFCECDA) is unknown color: approx Antique White. HEX triplet: FC, EC and DA. RGB value is (252,236,218). Sum of RGB (Red+Green+Blue) = 252+236+218=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 218 (85.55% from 255 or 30.88% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECDA is #031325. Grayscale: #EEEEEE. Windows color (decimal): -201510 or 14347516. OLE color: 14347516.

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

Color convert

RGB252236218-
CMYK00.060.130.01
HSL31.76º85%92.16%-
HSV(B)31.76º13.49%98.82%-
XYZ82.885.7578.52-
YUV238.73116.3137.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.69%
GREEN value IS 236 (92.58% from 255) = 33.43%
BLUE value IS 218 (85.55% from 255) = 30.88%
R=35.69%
G=33.43%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223621800.060.130.0131.768592.16
HexFCECDA06D120555c
Octal3743543320615140125134
Binary11111100111011001101101001101101110000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCECDA; }

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

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

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

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

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

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

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

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