Html Css Color HEX #FEAA76 Hit Pink

📋 copy color: '#FEAA76'

red 254 ◦ green 170 ◦ blue 118

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

Shades of Hit Pink #FEAA76

Tints of Hit Pink #FEAA76

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.37%

 BLUE value IS 118 (46.48% from 255) = 21.77%

R = 46.86%
G = 31.37%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEAA76 (or 0xFEAA76) is known color: Hit Pink. HEX triplet: FE, AA and 76. RGB value is (254,170,118). Sum of RGB (Red+Green+Blue) = 254+170+118=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA76 is #015589. Grayscale: #BDBDBD. Windows color (decimal): -87434 or 7777022. OLE color: 7777022.

HSL color Cylindrical-coordinate representation of color #FEAA76: hue angle of 22.94º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEAA76 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 170 118 -
CMYK 0 0.33 0.54 0.00
HSL 22.94º 0.99% 0.73% -
HSV(B) 22.94º 0.54% 1% -
XYZ 58.52 51.13 23.92 -
YUV 189.19 87.83 174.23 -
System Red Green Blue C M Y K H S L
Decimal 254 170 118 0 0.33 0.54 0.00 22.94 0.99 0.73
Hex FE AA 76 0 21 36 0 17 63 49
Octal 376 252 166 0 41 66 0 27 143 111
Binary 11111110 10101010 1110110 0 100001 110110 0 10111 1100011 1001001

Color Harmonies of #FEAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA76

Black with #FEAA76

Text Example


Text Example

White with #FEAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA76; }

 p { color: rgb(254,170,118); }

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

background-color css

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

 a { background-color: rgb(254,170,118); }

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

border-color css

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

 span { border-color: rgb(254,170,118); }

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