Html Css Color HEX #FEECD5 Antique White

📋 copy color: '#FEECD5'

red 254 ◦ green 236 ◦ blue 213

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

Shades of Antique White #FEECD5

Tints of Antique White #FEECD5

RGB

 RED value IS 254 (99.61% from 255) = 36.13%

 GREEN value IS 236 (92.58% from 255) = 33.57%

 BLUE value IS 213 (83.59% from 255) = 30.3%

R = 36.13%
G = 33.57%
B = 30.3%

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

#FEECD5 (or 0xFEECD5) is known color: Antique White. HEX triplet: FE, EC and D5. RGB value is (254,236,213). Sum of RGB (Red+Green+Blue) = 254+236+213=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 213 (83.59% from 255 or 30.30% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECD5 is #01132A. Grayscale: #EEEEEE. Windows color (decimal): -70443 or 14019838. OLE color: 14019838.

HSL color Cylindrical-coordinate representation of color #FEECD5: hue angle of 33.66º 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 #FEECD5 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 236 213 -
CMYK 0 0.07 0.16 0.00
HSL 33.66º 0.95% 0.92% -
HSV(B) 33.66º 0.16% 1% -
XYZ 82.88 85.87 75.16 -
YUV 238.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 254 236 213 0 0.07 0.16 0.00 33.66 0.95 0.92
Hex FE EC D5 0 7 10 0 22 5F 5C
Octal 376 354 325 0 7 20 0 42 137 134
Binary 11111110 11101100 11010101 0 111 10000 0 100010 1011111 1011100

Color Harmonies of #FEECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEECD5

Black with #FEECD5

Text Example


Text Example

White with #FEECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEECD5; }

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

 H1.HeaderClassName
 {
   color: #FEECD5;
 }
 .AnyTagClassName
 {
   color: #FEECD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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