#FBEBD7

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

Shades of Antique White #FBEBD7

Tints of Antique White #FBEBD7

Color information

#FBEBD7 (or 0xFBEBD7) is unknown color: approx Antique White. HEX triplet: FB, EB and D7. RGB value is (251,235,215). Sum of RGB (Red+Green+Blue) = 251+235+215=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 215 (84.38% from 255 or 30.67% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEBD7 is #041428. Grayscale: #EDEDED. Windows color (decimal): -267305 or 14150651. OLE color: 14150651.

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

Color convert

RGB251235215-
CMYK00.060.140.02
HSL33.33º81.82%91.37%-
HSV(B)33.33º14.34%98.43%-
XYZ81.7684.8376.36-
YUV237.5115.3137.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.81%
GREEN value IS 235 (92.19% from 255) = 33.52%
BLUE value IS 215 (84.38% from 255) = 30.67%
R=35.81%
G=33.52%
B=30.67%

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
Decimal25123521500.060.140.0233.3381.8291.37
HexFBEBD706E221525b
Octal3733533270616241122133
Binary111110111110101111010111011011101010000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEBD7; }

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

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

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

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

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

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

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

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