#FEEBD5

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

Shades of Antique White #FEEBD5

Tints of Antique White #FEEBD5

Color information

#FEEBD5 (or 0xFEEBD5) is unknown color: approx Antique White. HEX triplet: FE, EB and D5. RGB value is (254,235,213). Sum of RGB (Red+Green+Blue) = 254+235+213=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 213 (83.59% from 255 or 30.34% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBD5 is #01142A. Grayscale: #EEEEEE. Windows color (decimal): -70699 or 14019582. OLE color: 14019582.

HSL color Cylindrical-coordinate representation of color #FEEBD5: hue angle of 32.2º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FEEBD5 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB254235213-
CMYK00.070.160.00
HSL32.2º95.35%91.57%-
HSV(B)32.2º16.14%99.61%-
XYZ82.5985.2975.06-
YUV238.17113.79139.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 235 (92.19% from 255) = 33.48%
BLUE value IS 213 (83.59% from 255) = 30.34%
R=36.18%
G=33.48%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423521300.070.160.0032.295.3591.57
HexFEEBD507100205f5c
Octal3763533250720040137134
Binary111111101110101111010101011110000010000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBD5; }

 p { color: rgb(254,235,213); }

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

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

 a { background-color: rgb(254,235,213); }

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

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

 span { border-color: rgb(254,235,213); }

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