#FCEAD3

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

Shades of Antique White #FCEAD3

Tints of Antique White #FCEAD3

Color information

#FCEAD3 (or 0xFCEAD3) is unknown color: approx Antique White. HEX triplet: FC, EA and D3. RGB value is (252,234,211). Sum of RGB (Red+Green+Blue) = 252+234+211=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 211 (82.81% from 255 or 30.27% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAD3 is #03152C. Grayscale: #ECECEC. Windows color (decimal): -202029 or 13888252. OLE color: 13888252.

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

Color convert

RGB252234211-
CMYK00.070.160.01
HSL33.66º87.23%90.78%-
HSV(B)33.66º16.27%98.82%-
XYZ81.3384.2473.6-
YUV236.76113.46138.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 211 (82.81% from 255) = 30.27%
R=36.15%
G=33.57%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223421100.070.160.0133.6687.2390.78
HexFCEAD30710122575b
Octal3743523230720142127133
Binary111111001110101011010011011110000110001010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAD3; }

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

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

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

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

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

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

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

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