#FEAB6A

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

Shades of Hit Pink #FEAB6A

Tints of Hit Pink #FEAB6A

Color information

#FEAB6A (or 0xFEAB6A) is unknown color: approx Hit Pink. HEX triplet: FE, AB and 6A. RGB value is (254,171,106). Sum of RGB (Red+Green+Blue) = 254+171+106=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB6A is #015495. Grayscale: #BCBCBC. Windows color (decimal): -87190 or 6990846. OLE color: 6990846.

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

Color convert

RGB254171106-
CMYK00.330.580.00
HSL26.35º98.67%70.59%-
HSV(B)26.35º58.27%99.61%-
XYZ58.0451.2420.47-
YUV188.4181.5174.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.83%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 106 (41.80% from 255) = 19.96%
R=47.83%
G=32.20%
B=19.96%

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
Decimal25417110600.330.580.0026.3598.6770.59
HexFEAB6A0213A01a6347
Octal37625315204172032143107
Binary11111110101010111101010010000111101001101011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB6A; }

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

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

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

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

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

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

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

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