#F8EBD9

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

Shades of Antique White #F8EBD9

Tints of Antique White #F8EBD9

Color information

#F8EBD9 (or 0xF8EBD9) is unknown color: approx Antique White. HEX triplet: F8, EB and D9. RGB value is (248,235,217). Sum of RGB (Red+Green+Blue) = 248+235+217=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 217 (85.16% from 255 or 31% from 700); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBD9 is #071426. Grayscale: #ECECEC. Windows color (decimal): -463911 or 14281720. OLE color: 14281720.

HSL color Cylindrical-coordinate representation of color #F8EBD9: hue angle of 34.84º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8EBD9 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248235217-
CMYK00.050.120.03
HSL34.84º68.89%91.18%-
HSV(B)34.84º12.5%97.25%-
XYZ80.9484.3877.67-
YUV236.83116.81135.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.43%
GREEN value IS 235 (92.19% from 255) = 33.57%
BLUE value IS 217 (85.16% from 255) = 31%
R=35.43%
G=33.57%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823521700.050.120.0334.8468.8991.18
HexF8EBD905C323455b
Octal3703533310514343105133
Binary111110001110101111011001010111001110001110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EBD9; }

 p { color: rgb(248,235,217); }

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

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

 a { background-color: rgb(248,235,217); }

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

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

 span { border-color: rgb(248,235,217); }

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