#F8EBD5

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

Shades of Antique White #F8EBD5

Tints of Antique White #F8EBD5

Color information

#F8EBD5 (or 0xF8EBD5) is unknown color: approx Antique White. HEX triplet: F8, EB and D5. RGB value is (248,235,213). Sum of RGB (Red+Green+Blue) = 248+235+213=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 213 (83.59% from 255 or 30.60% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBD5 is #07142A. Grayscale: #ECECEC. Windows color (decimal): -463915 or 14019576. OLE color: 14019576.

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

Color convert

RGB248235213-
CMYK00.050.140.03
HSL37.71º71.43%90.39%-
HSV(B)37.71º14.11%97.25%-
XYZ80.4384.1874.96-
YUV236.38114.81136.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.63%
GREEN value IS 235 (92.19% from 255) = 33.76%
BLUE value IS 213 (83.59% from 255) = 30.60%
R=35.63%
G=33.76%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823521300.050.140.0337.7171.4390.39
HexF8EBD505E326475a
Octal3703533250516346107132
Binary111110001110101111010101010111101110011010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EBD5; }

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

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

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

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

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

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

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

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