#FBEAD5

Color #FBEAD5 Antique White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique White #FBEAD5

Tints of Antique White #FBEAD5

Color information

#FBEAD5 (or 0xFBEAD5) is unknown color: approx Antique White. HEX triplet: FB, EA and D5. RGB value is (251,234,213). Sum of RGB (Red+Green+Blue) = 251+234+213=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 213 (83.59% from 255 or 30.52% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEAD5 is #04152A. Grayscale: #ECECEC. Windows color (decimal): -267563 or 14019323. OLE color: 14019323.

HSL color Cylindrical-coordinate representation of color #FBEAD5: hue angle of 33.16º degrees, saturation: 0.83, 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 #FBEAD5 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251234213-
CMYK00.070.150.02
HSL33.16º82.61%90.98%-
HSV(B)33.16º15.14%98.43%-
XYZ81.2284.1674.91-
YUV236.69114.63138.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 213 (83.59% from 255) = 30.52%
R=35.96%
G=33.52%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123421300.070.150.0233.1682.6190.98
HexFBEAD507F221535b
Octal3733523250717241123133
Binary111110111110101011010101011111111010000110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAD5; }

 p { color: rgb(251,234,213); }

 H1.HeaderClassName
 {
   color: #FBEAD5;
 }
 .AnyTagClassName
 {
   color: #FBEAD5;
 }
</style>
background-color css

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

 a { background-color: rgb(251,234,213); }

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

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

 span { border-color: rgb(251,234,213); }

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