#FCEDD7

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

Shades of Antique White #FCEDD7

Tints of Antique White #FCEDD7

Color information

#FCEDD7 (or 0xFCEDD7) is unknown color: approx Antique White. HEX triplet: FC, ED and D7. RGB value is (252,237,215). Sum of RGB (Red+Green+Blue) = 252+237+215=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 215 (84.38% from 255 or 30.54% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDD7 is #031228. Grayscale: #EFEFEF. Windows color (decimal): -201257 or 14151164. OLE color: 14151164.

HSL color Cylindrical-coordinate representation of color #FCEDD7: hue angle of 35.68º 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 #FCEDD7 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB252237215-
CMYK00.060.150.01
HSL35.68º86.05%91.57%-
HSV(B)35.68º14.68%98.82%-
XYZ82.6986.1776.56-
YUV238.98114.47137.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 215 (84.38% from 255) = 30.54%
R=35.80%
G=33.66%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223721500.060.150.0135.6886.0591.57
HexFCEDD706F124565c
Octal3743553270617144126134
Binary11111100111011011101011101101111110010010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDD7; }

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

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

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

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

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

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

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

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