Html Css Color HEX #FEAB70 Hit Pink

📋 copy color: '#FEAB70'

red 254 ◦ green 171 ◦ blue 112

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

Shades of Hit Pink #FEAB70

Tints of Hit Pink #FEAB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.86%

R = 47.3%
G = 31.84%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEAB70 (or 0xFEAB70) is known color: Hit Pink. HEX triplet: FE, AB and 70. RGB value is (254,171,112). Sum of RGB (Red+Green+Blue) = 254+171+112=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB70 is #01548F. Grayscale: #BDBDBD. Windows color (decimal): -87184 or 7384062. OLE color: 7384062.

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

Color convert

RGB 254 171 112 -
CMYK 0 0.33 0.56 0.00
HSL 24.93º 0.99% 0.72% -
HSV(B) 24.93º 0.56% 1% -
XYZ 58.36 51.37 22.17 -
YUV 189.09 84.5 174.3 -
System Red Green Blue C M Y K H S L
Decimal 254 171 112 0 0.33 0.56 0.00 24.93 0.99 0.72
Hex FE AB 70 0 21 38 0 19 63 48
Octal 376 253 160 0 41 70 0 31 143 110
Binary 11111110 10101011 1110000 0 100001 111000 0 11001 1100011 1001000

Color Harmonies of #FEAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB70

Black with #FEAB70

Text Example


Text Example

White with #FEAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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