Html Css Color HEX #FAECDA Antique White

📋 copy color: '#FAECDA'

red 250 ◦ green 236 ◦ blue 218

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

Shades of Antique White #FAECDA

Tints of Antique White #FAECDA

RGB

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

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

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

R = 35.51%
G = 33.52%
B = 30.97%

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

#FAECDA (or 0xFAECDA) is known color: Antique White. HEX triplet: FA, EC and DA. RGB value is (250,236,218). Sum of RGB (Red+Green+Blue) = 250+236+218=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 218 (85.55% from 255 or 30.97% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECDA is #051325. Grayscale: #EEEEEE. Windows color (decimal): -332582 or 14347514. OLE color: 14347514.

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

Color convert

RGB 250 236 218 -
CMYK 0 0.06 0.13 0.02
HSL 33.75º 0.76% 0.92% -
HSV(B) 33.75º 0.13% 0.98% -
XYZ 82.07 85.38 78.48 -
YUV 238.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 250 236 218 0 0.06 0.13 0.02 33.75 0.76 0.92
Hex FA EC DA 0 6 D 2 22 4C 5C
Octal 372 354 332 0 6 15 2 42 114 134
Binary 11111010 11101100 11011010 0 110 1101 10 100010 1001100 1011100

Color Harmonies of #FAECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAECDA

Black with #FAECDA

Text Example


Text Example

White with #FAECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAECDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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