#FCEBD7

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

Shades of Antique White #FCEBD7

Tints of Antique White #FCEBD7

Color information

#FCEBD7 (or 0xFCEBD7) is unknown color: approx Antique White. HEX triplet: FC, EB and D7. RGB value is (252,235,215). Sum of RGB (Red+Green+Blue) = 252+235+215=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 215 (84.38% from 255 or 30.63% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBD7 is #031428. Grayscale: #EDEDED. Windows color (decimal): -201769 or 14150652. OLE color: 14150652.

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

Color convert

RGB252235215-
CMYK00.070.150.01
HSL32.43º86.05%91.57%-
HSV(B)32.43º14.68%98.82%-
XYZ82.1285.0276.37-
YUV237.8115.13138.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 235 (92.19% from 255) = 33.48%
BLUE value IS 215 (84.38% from 255) = 30.63%
R=35.90%
G=33.48%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223521500.070.150.0132.4386.0591.57
HexFCEBD707F120565c
Octal3743533270717140126134
Binary11111100111010111101011101111111110000010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBD7; }

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

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

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

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

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

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

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

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