#FBEBD6

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

Shades of Antique White #FBEBD6

Tints of Antique White #FBEBD6

Color information

#FBEBD6 (or 0xFBEBD6) is unknown color: approx Antique White. HEX triplet: FB, EB and D6. RGB value is (251,235,214). Sum of RGB (Red+Green+Blue) = 251+235+214=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 214 (83.98% from 255 or 30.57% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEBD6 is #041429. Grayscale: #EDEDED. Windows color (decimal): -267306 or 14085115. OLE color: 14085115.

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

Color convert

RGB251235214-
CMYK00.060.150.02
HSL34.05º82.22%91.18%-
HSV(B)34.05º14.74%98.43%-
XYZ81.6384.7875.68-
YUV237.39114.8137.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.86%
GREEN value IS 235 (92.19% from 255) = 33.57%
BLUE value IS 214 (83.98% from 255) = 30.57%
R=35.86%
G=33.57%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123521400.060.150.0234.0582.2291.18
HexFBEBD606F222525b
Octal3733533260617242122133
Binary111110111110101111010110011011111010001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEBD6; }

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

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

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

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

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

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

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

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