Html Css Color HEX #FEAA6E Hit Pink

📋 copy color: '#FEAA6E'

red 254 ◦ green 170 ◦ blue 110

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

Shades of Hit Pink #FEAA6E

Tints of Hit Pink #FEAA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.6%

R = 47.57%
G = 31.84%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEAA6E (or 0xFEAA6E) is known color: Hit Pink. HEX triplet: FE, AA and 6E. RGB value is (254,170,110). Sum of RGB (Red+Green+Blue) = 254+170+110=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA6E is #015591. Grayscale: #BCBCBC. Windows color (decimal): -87442 or 7252734. OLE color: 7252734.

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

Color convert

RGB 254 170 110 -
CMYK 0 0.33 0.57 0.00
HSL 25º 0.99% 0.71% -
HSV(B) 25º 0.57% 1% -
XYZ 58.06 50.95 21.53 -
YUV 188.28 83.83 174.88 -
System Red Green Blue C M Y K H S L
Decimal 254 170 110 0 0.33 0.57 0.00 25 0.99 0.71
Hex FE AA 6E 0 21 39 0 19 63 47
Octal 376 252 156 0 41 71 0 31 143 107
Binary 11111110 10101010 1101110 0 100001 111001 0 11001 1100011 1000111

Color Harmonies of #FEAA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA6E

Black with #FEAA6E

Text Example


Text Example

White with #FEAA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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