Html Css Color HEX #FAECD5 Antique White

📋 copy color: '#FAECD5'

red 250 ◦ green 236 ◦ blue 213

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

Shades of Antique White #FAECD5

Tints of Antique White #FAECD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.47%

R = 35.77%
G = 33.76%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAECD5 (or 0xFAECD5) is known color: Antique White. HEX triplet: FA, EC and D5. RGB value is (250,236,213). Sum of RGB (Red+Green+Blue) = 250+236+213=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 213 (83.59% from 255 or 30.47% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECD5 is #05132A. Grayscale: #EDEDED. Windows color (decimal): -332587 or 14019834. OLE color: 14019834.

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

Color convert

RGB 250 236 213 -
CMYK 0 0.06 0.15 0.02
HSL 37.3º 0.79% 0.91% -
HSV(B) 37.3º 0.15% 0.98% -
XYZ 81.43 85.12 75.09 -
YUV 237.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 250 236 213 0 0.06 0.15 0.02 37.3 0.79 0.91
Hex FA EC D5 0 6 F 2 25 4F 5B
Octal 372 354 325 0 6 17 2 45 117 133
Binary 11111010 11101100 11010101 0 110 1111 10 100101 1001111 1011011

Color Harmonies of #FAECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECD5

Black with #FAECD5

Text Example


Text Example

White with #FAECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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