Html Css Color HEX #F6EADA Antique White

📋 copy color: '#F6EADA'

red 246 ◦ green 234 ◦ blue 218

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

Shades of Antique White #F6EADA

Tints of Antique White #F6EADA

RGB

 RED value IS 246 (96.48% from 255) = 35.24%

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

 BLUE value IS 218 (85.55% from 255) = 31.23%

R = 35.24%
G = 33.52%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6EADA (or 0xF6EADA) is known color: Antique White. HEX triplet: F6, EA and DA. RGB value is (246,234,218). Sum of RGB (Red+Green+Blue) = 246+234+218=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 218 (85.55% from 255 or 31.23% from 698); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EADA is #091525. Grayscale: #EBEBEB. Windows color (decimal): -595238 or 14346998. OLE color: 14346998.

HSL color Cylindrical-coordinate representation of color #F6EADA: hue angle of 34.29º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6EADA is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 234 218 -
CMYK 0 0.05 0.11 0.04
HSL 34.29º 0.61% 0.91% -
HSV(B) 34.29º 0.11% 0.96% -
XYZ 80.08 83.5 78.23 -
YUV 235.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 246 234 218 0 0.05 0.11 0.04 34.29 0.61 0.91
Hex F6 EA DA 0 5 B 4 22 3D 5B
Octal 366 352 332 0 5 13 4 42 75 133
Binary 11110110 11101010 11011010 0 101 1011 100 100010 111101 1011011

Color Harmonies of #F6EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EADA

Black with #F6EADA

Text Example


Text Example

White with #F6EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EADA; }

 p { color: rgb(246,234,218); }

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

background-color css

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

 a { background-color: rgb(246,234,218); }

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

border-color css

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

 span { border-color: rgb(246,234,218); }

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