#FBEDD7

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

Shades of Antique White #FBEDD7

Tints of Antique White #FBEDD7

Color information

#FBEDD7 (or 0xFBEDD7) is unknown color: approx Antique White. HEX triplet: FB, ED and D7. RGB value is (251,237,215). Sum of RGB (Red+Green+Blue) = 251+237+215=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 215 (84.38% from 255 or 30.58% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDD7 is #041228. Grayscale: #EEEEEE. Windows color (decimal): -266793 or 14151163. OLE color: 14151163.

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

Color convert

RGB251237215-
CMYK00.060.140.02
HSL36.67º81.82%91.37%-
HSV(B)36.67º14.34%98.43%-
XYZ82.3385.9876.55-
YUV238.68114.64136.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 237 (92.97% from 255) = 33.71%
BLUE value IS 215 (84.38% from 255) = 30.58%
R=35.70%
G=33.71%
B=30.58%

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
Decimal25123721500.060.140.0236.6781.8291.37
HexFBEDD706E225525b
Octal3733553270616245122133
Binary111110111110110111010111011011101010010110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDD7; }

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

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

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

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

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

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

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

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