Html Css Color HEX #FAEBD3 Antique White

📋 copy color: '#FAEBD3'

red 250 ◦ green 235 ◦ blue 211

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

Shades of Antique White #FAEBD3

Tints of Antique White #FAEBD3

RGB

 RED value IS 250 (98.05% from 255) = 35.92%

 GREEN value IS 235 (92.19% from 255) = 33.76%

 BLUE value IS 211 (82.81% from 255) = 30.32%

R = 35.92%
G = 33.76%
B = 30.32%

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

#FAEBD3 (or 0xFAEBD3) is known color: Antique White. HEX triplet: FA, EB and D3. RGB value is (250,235,211). Sum of RGB (Red+Green+Blue) = 250+235+211=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 211 (82.81% from 255 or 30.32% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBD3 is #05142C. Grayscale: #ECECEC. Windows color (decimal): -332845 or 13888506. OLE color: 13888506.

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

Color convert

RGB 250 235 211 -
CMYK 0 0.06 0.16 0.02
HSL 36.92º 0.8% 0.9% -
HSV(B) 36.92º 0.16% 0.98% -
XYZ 80.89 84.44 73.66 -
YUV 236.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 250 235 211 0 0.06 0.16 0.02 36.92 0.8 0.9
Hex FA EB D3 0 6 10 2 25 50 5A
Octal 372 353 323 0 6 20 2 45 120 132
Binary 11111010 11101011 11010011 0 110 10000 10 100101 1010000 1011010

Color Harmonies of #FAEBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBD3

Black with #FAEBD3

Text Example


Text Example

White with #FAEBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBD3; }

 p { color: rgb(250,235,211); }

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

background-color css

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

 a { background-color: rgb(250,235,211); }

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

border-color css

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

 span { border-color: rgb(250,235,211); }

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