Html Css Color HEX #FEEBD5 Antique White

📋 copy color: '#FEEBD5'

red 254 ◦ green 235 ◦ blue 213

#FEEBD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Antique White #FEEBD5

Tints of Antique White #FEEBD5

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 value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEEBD5 (or 0xFEEBD5) is known color: 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

RGB 254 235 213 -
CMYK 0 0.07 0.16 0.00
HSL 32.2º 0.95% 0.92% -
HSV(B) 32.2º 0.16% 1% -
XYZ 82.59 85.29 75.06 -
YUV 238.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 254 235 213 0 0.07 0.16 0.00 32.2 0.95 0.92
Hex FE EB D5 0 7 10 0 20 5F 5C
Octal 376 353 325 0 7 20 0 40 137 134
Binary 11111110 11101011 11010101 0 111 10000 0 100000 1011111 1011100

Color Harmonies of #FEEBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEBD5

Black with #FEEBD5

Text Example


Text Example

White with #FEEBD5

Text Example


Text Example

HTML Codes & Css Web 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>