#FEA96A

Color #FEA96A Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #FEA96A

Tints of Hit Pink #FEA96A

Color information

#FEA96A (or 0xFEA96A) is unknown color: approx Hit Pink. HEX triplet: FE, A9 and 6A. RGB value is (254,169,106). Sum of RGB (Red+Green+Blue) = 254+169+106=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA96A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA96A is #015695. Grayscale: #BBBBBB. Windows color (decimal): -87702 or 6990334. OLE color: 6990334.

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

Color convert

RGB254169106-
CMYK00.330.580.00
HSL25.54º98.67%70.59%-
HSV(B)25.54º58.27%99.61%-
XYZ57.6650.4920.34-
YUV187.2382.16175.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.02%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 106 (41.80% from 255) = 20.04%
R=48.02%
G=31.95%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416910600.330.580.0025.5498.6770.59
HexFEA96A0213A01a6347
Octal37625115204172032143107
Binary11111110101010011101010010000111101001101011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA96A; }

 p { color: rgb(254,169,106); }

 H1.HeaderClassName
 {
   color: #FEA96A;
 }
 .AnyTagClassName
 {
   color: #FEA96A;
 }
</style>
background-color css

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

 a { background-color: rgb(254,169,106); }

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

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

 span { border-color: rgb(254,169,106); }

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