#FBEDD8

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

Shades of Antique White #FBEDD8

Tints of Antique White #FBEDD8

Color information

#FBEDD8 (or 0xFBEDD8) is unknown color: approx Antique White. HEX triplet: FB, ED and D8. RGB value is (251,237,216). Sum of RGB (Red+Green+Blue) = 251+237+216=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 216 (84.77% from 255 or 30.68% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDD8 is #041227. Grayscale: #EEEEEE. Windows color (decimal): -266792 or 14216699. OLE color: 14216699.

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

Color convert

RGB251237216-
CMYK00.060.140.02
HSL36º81.4%91.57%-
HSV(B)36º13.94%98.43%-
XYZ82.4686.0477.23-
YUV238.79115.14136.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 216 (84.77% from 255) = 30.68%
R=35.65%
G=33.66%
B=30.68%

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
Decimal25123721600.060.140.023681.491.57
HexFBEDD806E224515c
Octal3733553300616244121134
Binary111110111110110111011000011011101010010010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDD8; }

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

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

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

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

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

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

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

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