#FBEBD9

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

Shades of Antique White #FBEBD9

Tints of Antique White #FBEBD9

Color information

#FBEBD9 (or 0xFBEBD9) is unknown color: approx Antique White. HEX triplet: FB, EB and D9. RGB value is (251,235,217). Sum of RGB (Red+Green+Blue) = 251+235+217=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 217 (85.16% from 255 or 30.87% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEBD9 is #041426. Grayscale: #EDEDED. Windows color (decimal): -267303 or 14281723. OLE color: 14281723.

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

Color convert

RGB251235217-
CMYK00.060.140.02
HSL31.76º80.95%91.76%-
HSV(B)31.76º13.55%98.43%-
XYZ82.0284.9477.72-
YUV237.73116.3137.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 235 (92.19% from 255) = 33.43%
BLUE value IS 217 (85.16% from 255) = 30.87%
R=35.70%
G=33.43%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123521700.060.140.0231.7680.9591.76
HexFBEBD906E220515c
Octal3733533310616240121134
Binary111110111110101111011001011011101010000010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEBD9; }

 p { color: rgb(251,235,217); }

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

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

 a { background-color: rgb(251,235,217); }

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

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

 span { border-color: rgb(251,235,217); }

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