#FEAB6E

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

Shades of Hit Pink #FEAB6E

Tints of Hit Pink #FEAB6E

Color information

#FEAB6E (or 0xFEAB6E) is unknown color: approx Hit Pink. HEX triplet: FE, AB and 6E. RGB value is (254,171,110). Sum of RGB (Red+Green+Blue) = 254+171+110=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB6E is #015491. Grayscale: #BDBDBD. Windows color (decimal): -87186 or 7252990. OLE color: 7252990.

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

Color convert

RGB254171110-
CMYK00.330.570.00
HSL25.42º98.63%71.37%-
HSV(B)25.42º56.69%99.61%-
XYZ58.2551.3221.59-
YUV188.8683.5174.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.48%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 110 (43.36% from 255) = 20.56%
R=47.48%
G=31.96%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417111000.330.570.0025.4298.6371.37
HexFEAB6E021390196347
Octal37625315604171031143107
Binary11111110101010111101110010000111100101100111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB6E; }

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

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

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

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

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

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

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

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