Html Css Color HEX #FEAB75 Hit Pink

📋 copy color: '#FEAB75'

red 254 ◦ green 171 ◦ blue 117

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

Shades of Hit Pink #FEAB75

Tints of Hit Pink #FEAB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.55%

 BLUE value IS 117 (46.09% from 255) = 21.59%

R = 46.86%
G = 31.55%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEAB75 (or 0xFEAB75) is known color: Hit Pink. HEX triplet: FE, AB and 75. RGB value is (254,171,117). Sum of RGB (Red+Green+Blue) = 254+171+117=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB75 is #01548A. Grayscale: #BDBDBD. Windows color (decimal): -87179 or 7711742. OLE color: 7711742.

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

Color convert

RGB 254 171 117 -
CMYK 0 0.33 0.54 0.00
HSL 23.65º 0.99% 0.73% -
HSV(B) 23.65º 0.54% 1% -
XYZ 58.65 51.48 23.68 -
YUV 189.66 87 173.89 -
System Red Green Blue C M Y K H S L
Decimal 254 171 117 0 0.33 0.54 0.00 23.65 0.99 0.73
Hex FE AB 75 0 21 36 0 18 63 49
Octal 376 253 165 0 41 66 0 30 143 111
Binary 11111110 10101011 1110101 0 100001 110110 0 11000 1100011 1001001

Color Harmonies of #FEAB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB75

Black with #FEAB75

Text Example


Text Example

White with #FEAB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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