#FBEDD9

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

Shades of Antique White #FBEDD9

Tints of Antique White #FBEDD9

Color information

#FBEDD9 (or 0xFBEDD9) is unknown color: approx Antique White. HEX triplet: FB, ED and D9. RGB value is (251,237,217). Sum of RGB (Red+Green+Blue) = 251+237+217=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 217 (85.16% from 255 or 30.78% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDD9 is #041226. Grayscale: #EFEFEF. Windows color (decimal): -266791 or 14282235. OLE color: 14282235.

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

Color convert

RGB251237217-
CMYK00.060.140.02
HSL35.29º80.95%91.76%-
HSV(B)35.29º13.55%98.43%-
XYZ82.5986.0977.91-
YUV238.91115.64136.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.60%
GREEN value IS 237 (92.97% from 255) = 33.62%
BLUE value IS 217 (85.16% from 255) = 30.78%
R=35.60%
G=33.62%
B=30.78%

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
Decimal25123721700.060.140.0235.2980.9591.76
HexFBEDD906E223515c
Octal3733553310616243121134
Binary111110111110110111011001011011101010001110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDD9; }

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

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

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

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

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

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

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

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