#F9E6D0

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

Shades of Antique White #F9E6D0

Tints of Antique White #F9E6D0

Color information

#F9E6D0 (or 0xF9E6D0) is unknown color: approx Antique White. HEX triplet: F9, E6 and D0. RGB value is (249,230,208). Sum of RGB (Red+Green+Blue) = 249+230+208=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 208 (81.64% from 255 or 30.28% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E6D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E6D0 is #06192F. Grayscale: #E9E9E9. Windows color (decimal): -399664 or 13690617. OLE color: 13690617.

HSL color Cylindrical-coordinate representation of color #F9E6D0: hue angle of 32.2º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9E6D0 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB249230208-
CMYK00.080.160.02
HSL32.2º77.36%89.61%-
HSV(B)32.2º16.47%97.65%-
XYZ78.7581.2971.21-
YUV233.17113.79139.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.24%
GREEN value IS 230 (90.23% from 255) = 33.48%
BLUE value IS 208 (81.64% from 255) = 30.28%
R=36.24%
G=33.48%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923020800.080.160.0232.277.3689.61
HexF9E6D008102204d5a
Octal37134632001020240115132
Binary11111001111001101101000001000100001010000010011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E6D0; }

 p { color: rgb(249,230,208); }

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

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

 a { background-color: rgb(249,230,208); }

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

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

 span { border-color: rgb(249,230,208); }

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