Html Css Color HEX #FEAA71 Hit Pink

📋 copy color: '#FEAA71'

red 254 ◦ green 170 ◦ blue 113

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

Shades of Hit Pink #FEAA71

Tints of Hit Pink #FEAA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.04%

R = 47.3%
G = 31.66%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEAA71 (or 0xFEAA71) is known color: Hit Pink. HEX triplet: FE, AA and 71. RGB value is (254,170,113). Sum of RGB (Red+Green+Blue) = 254+170+113=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA71 is #01558E. Grayscale: #BCBCBC. Windows color (decimal): -87439 or 7449342. OLE color: 7449342.

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

Color convert

RGB 254 170 113 -
CMYK 0 0.33 0.56 0.00
HSL 24.26º 0.99% 0.72% -
HSV(B) 24.26º 0.56% 1% -
XYZ 58.23 51.01 22.4 -
YUV 188.62 85.33 174.63 -
System Red Green Blue C M Y K H S L
Decimal 254 170 113 0 0.33 0.56 0.00 24.26 0.99 0.72
Hex FE AA 71 0 21 38 0 18 63 48
Octal 376 252 161 0 41 70 0 30 143 110
Binary 11111110 10101010 1110001 0 100001 111000 0 11000 1100011 1001000

Color Harmonies of #FEAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA71

Black with #FEAA71

Text Example


Text Example

White with #FEAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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