#F8E9D2

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

Shades of Antique White #F8E9D2

Tints of Antique White #F8E9D2

Color information

#F8E9D2 (or 0xF8E9D2) is unknown color: approx Antique White. HEX triplet: F8, E9 and D2. RGB value is (248,233,210). Sum of RGB (Red+Green+Blue) = 248+233+210=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 210 (82.42% from 255 or 30.39% from 691); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E9D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E9D2 is #07162D. Grayscale: #EAEAEA. Windows color (decimal): -464430 or 13822456. OLE color: 13822456.

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

Color convert

RGB248233210-
CMYK00.060.150.03
HSL36.32º73.08%89.8%-
HSV(B)36.32º15.32%97.25%-
XYZ79.4882.8972.78-
YUV234.86113.97137.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.89%
GREEN value IS 233 (91.41% from 255) = 33.72%
BLUE value IS 210 (82.42% from 255) = 30.39%
R=35.89%
G=33.72%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823321000.060.150.0336.3273.0889.8
HexF8E9D206F324495a
Octal3703513220617344111132
Binary111110001110100111010010011011111110010010010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E9D2; }

 p { color: rgb(248,233,210); }

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

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

 a { background-color: rgb(248,233,210); }

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

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

 span { border-color: rgb(248,233,210); }

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