Html Css Color HEX #FAEBD7 AntiqueWhite

📋 copy color: '#FAEBD7'

red 250 ◦ green 235 ◦ blue 215

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

Shades of AntiqueWhite #FAEBD7

Tints of AntiqueWhite #FAEBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 30.71%

R = 35.71%
G = 33.57%
B = 30.71%

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

#FAEBD7 (or 0xFAEBD7) is known color: AntiqueWhite. HEX triplet: FA, EB and D7. RGB value is (250,235,215). Sum of RGB (Red+Green+Blue) = 250+235+215=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 215 (84.38% from 255 or 30.71% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBD7 is #051428. Grayscale: #EDEDED. Windows color (decimal): -332841 or 14150650. OLE color: 14150650.

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

Color convert

RGB 250 235 215 -
CMYK 0 0.06 0.14 0.02
HSL 34.29º 0.78% 0.91% -
HSV(B) 34.29º 0.14% 0.98% -
XYZ 81.4 84.65 76.34 -
YUV 237.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 250 235 215 0 0.06 0.14 0.02 34.29 0.78 0.91
Hex FA EB D7 0 6 E 2 22 4E 5B
Octal 372 353 327 0 6 16 2 42 116 133
Binary 11111010 11101011 11010111 0 110 1110 10 100010 1001110 1011011

Color Harmonies of #FAEBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBD7

Black with #FAEBD7

Text Example


Text Example

White with #FAEBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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