Html Css Color HEX #FAECD9 Antique White

📋 copy color: '#FAECD9'

red 250 ◦ green 236 ◦ blue 217

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

Shades of Antique White #FAECD9

Tints of Antique White #FAECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.57%

 BLUE value IS 217 (85.16% from 255) = 30.87%

R = 35.56%
G = 33.57%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAECD9 (or 0xFAECD9) is known color: Antique White. HEX triplet: FA, EC and D9. RGB value is (250,236,217). Sum of RGB (Red+Green+Blue) = 250+236+217=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 217 (85.16% from 255 or 30.87% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECD9 is #051326. Grayscale: #EEEEEE. Windows color (decimal): -332583 or 14281978. OLE color: 14281978.

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

Color convert

RGB 250 236 217 -
CMYK 0 0.06 0.13 0.02
HSL 34.55º 0.77% 0.92% -
HSV(B) 34.55º 0.13% 0.98% -
XYZ 81.94 85.32 77.8 -
YUV 238.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 250 236 217 0 0.06 0.13 0.02 34.55 0.77 0.92
Hex FA EC D9 0 6 D 2 23 4D 5C
Octal 372 354 331 0 6 15 2 43 115 134
Binary 11111010 11101100 11011001 0 110 1101 10 100011 1001101 1011100

Color Harmonies of #FAECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECD9

Black with #FAECD9

Text Example


Text Example

White with #FAECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECD9; }

 p { color: rgb(250,236,217); }

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

background-color css

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

 a { background-color: rgb(250,236,217); }

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

border-color css

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

 span { border-color: rgb(250,236,217); }

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