#FBEAD2

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

Shades of Antique White #FBEAD2

Tints of Antique White #FBEAD2

Color information

#FBEAD2 (or 0xFBEAD2) is unknown color: approx Antique White. HEX triplet: FB, EA and D2. RGB value is (251,234,210). Sum of RGB (Red+Green+Blue) = 251+234+210=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 210 (82.42% from 255 or 30.22% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEAD2 is #04152D. Grayscale: #ECECEC. Windows color (decimal): -267566 or 13822715. OLE color: 13822715.

HSL color Cylindrical-coordinate representation of color #FBEAD2: hue angle of 35.12º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBEAD2 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB251234210-
CMYK00.070.160.02
HSL35.12º83.67%90.39%-
HSV(B)35.12º16.33%98.43%-
XYZ80.8484.0172.93-
YUV236.35113.13138.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.12%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 210 (82.42% from 255) = 30.22%
R=36.12%
G=33.67%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123421000.070.160.0235.1283.6790.39
HexFBEAD20710223545a
Octal3733523220720243124132
Binary1111101111101010110100100111100001010001110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEAD2; }

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

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

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

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

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

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

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

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