Html Css Color HEX #FEAC72 Hit Pink

📋 copy color: '#FEAC72'

red 254 ◦ green 172 ◦ blue 114

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

Shades of Hit Pink #FEAC72

Tints of Hit Pink #FEAC72

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.85%

 BLUE value IS 114 (44.92% from 255) = 21.11%

R = 47.04%
G = 31.85%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEAC72 (or 0xFEAC72) is known color: Hit Pink. HEX triplet: FE, AC and 72. RGB value is (254,172,114). Sum of RGB (Red+Green+Blue) = 254+172+114=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC72 is #01538D. Grayscale: #BEBEBE. Windows color (decimal): -86926 or 7515390. OLE color: 7515390.

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

Color convert

RGB 254 172 114 -
CMYK 0 0.32 0.55 0.00
HSL 24.86º 0.99% 0.72% -
HSV(B) 24.86º 0.55% 1% -
XYZ 58.66 51.79 22.82 -
YUV 189.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 254 172 114 0 0.32 0.55 0.00 24.86 0.99 0.72
Hex FE AC 72 0 20 37 0 19 63 48
Octal 376 254 162 0 40 67 0 31 143 110
Binary 11111110 10101100 1110010 0 100000 110111 0 11001 1100011 1001000

Color Harmonies of #FEAC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC72

Black with #FEAC72

Text Example


Text Example

White with #FEAC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC72; }

 p { color: rgb(254,172,114); }

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

background-color css

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

 a { background-color: rgb(254,172,114); }

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

border-color css

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

 span { border-color: rgb(254,172,114); }

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