Html Css Color HEX #F9EAD2 Antique White

📋 copy color: '#F9EAD2'

red 249 ◦ green 234 ◦ blue 210

#F9EAD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Antique White #F9EAD2

Tints of Antique White #F9EAD2

RGB

 RED value IS 249 (97.66% from 255) = 35.93%

 GREEN value IS 234 (91.8% from 255) = 33.77%

 BLUE value IS 210 (82.42% from 255) = 30.3%

R = 35.93%
G = 33.77%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F9EAD2 (or 0xF9EAD2) is known color: Antique White. HEX triplet: F9, EA and D2. RGB value is (249,234,210). Sum of RGB (Red+Green+Blue) = 249+234+210=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 210 (82.42% from 255 or 30.30% from 693); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EAD2 is #06152D. Grayscale: #EBEBEB. Windows color (decimal): -398638 or 13822713. OLE color: 13822713.

HSL color Cylindrical-coordinate representation of color #F9EAD2: hue angle of 36.92º degrees, saturation: 0.76, 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 #F9EAD2 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 234 210 -
CMYK 0 0.06 0.16 0.02
HSL 36.92º 0.76% 0.9% -
HSV(B) 36.92º 0.16% 0.98% -
XYZ 80.12 83.64 72.89 -
YUV 235.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 249 234 210 0 0.06 0.16 0.02 36.92 0.76 0.9
Hex F9 EA D2 0 6 10 2 25 4C 5A
Octal 371 352 322 0 6 20 2 45 114 132
Binary 11111001 11101010 11010010 0 110 10000 10 100101 1001100 1011010

Color Harmonies of #F9EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EAD2

Black with #F9EAD2

Text Example


Text Example

White with #F9EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EAD2; }

 p { color: rgb(249,234,210); }

 H1.HeaderClassName
 {
   color: #F9EAD2;
 }
 .AnyTagClassName
 {
   color: #F9EAD2;
 }
</style>

background-color css

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

 a { background-color: rgb(249,234,210); }

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

border-color css

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

 span { border-color: rgb(249,234,210); }

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