#FCEAD5

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

Shades of Antique White #FCEAD5

Tints of Antique White #FCEAD5

Color information

#FCEAD5 (or 0xFCEAD5) is unknown color: approx Antique White. HEX triplet: FC, EA and D5. RGB value is (252,234,213). Sum of RGB (Red+Green+Blue) = 252+234+213=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 213 (83.59% from 255 or 30.47% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAD5 is #03152A. Grayscale: #EDEDED. Windows color (decimal): -202027 or 14019324. OLE color: 14019324.

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

Color convert

RGB252234213-
CMYK00.070.150.01
HSL32.31º86.67%91.18%-
HSV(B)32.31º15.48%98.82%-
XYZ81.5884.3574.93-
YUV236.99114.46138.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 234 (91.80% from 255) = 33.48%
BLUE value IS 213 (83.59% from 255) = 30.47%
R=36.05%
G=33.48%
B=30.47%

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
Decimal25223421300.070.150.0132.3186.6791.18
HexFCEAD507F120575b
Octal3743523250717140127133
Binary11111100111010101101010101111111110000010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAD5; }

 p { color: rgb(252,234,213); }

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

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

 a { background-color: rgb(252,234,213); }

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

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

 span { border-color: rgb(252,234,213); }

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