Html Css Color HEX #FAECD6 Antique White

📋 copy color: '#FAECD6'

red 250 ◦ green 236 ◦ blue 214

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

Shades of Antique White #FAECD6

Tints of Antique White #FAECD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 30.57%

R = 35.71%
G = 33.71%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FAECD6 (or 0xFAECD6) is known color: Antique White. HEX triplet: FA, EC and D6. RGB value is (250,236,214). Sum of RGB (Red+Green+Blue) = 250+236+214=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 214 (83.98% from 255 or 30.57% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECD6 is #051329. Grayscale: #EDEDED. Windows color (decimal): -332586 or 14085370. OLE color: 14085370.

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

Color convert

RGB 250 236 214 -
CMYK 0 0.06 0.14 0.02
HSL 36.67º 0.78% 0.91% -
HSV(B) 36.67º 0.14% 0.98% -
XYZ 81.56 85.17 75.76 -
YUV 237.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 250 236 214 0 0.06 0.14 0.02 36.67 0.78 0.91
Hex FA EC D6 0 6 E 2 25 4E 5B
Octal 372 354 326 0 6 16 2 45 116 133
Binary 11111010 11101100 11010110 0 110 1110 10 100101 1001110 1011011

Color Harmonies of #FAECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECD6

Black with #FAECD6

Text Example


Text Example

White with #FAECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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