Html Css Color HEX #FEA16C Hit Pink

📋 copy color: '#FEA16C'

red 254 ◦ green 161 ◦ blue 108

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

Shades of Hit Pink #FEA16C

Tints of Hit Pink #FEA16C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.78%

 BLUE value IS 108 (42.58% from 255) = 20.65%

R = 48.57%
G = 30.78%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEA16C (or 0xFEA16C) is known color: Hit Pink. HEX triplet: FE, A1 and 6C. RGB value is (254,161,108). Sum of RGB (Red+Green+Blue) = 254+161+108=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA16C is #015E93. Grayscale: #B7B7B7. Windows color (decimal): -89748 or 7119358. OLE color: 7119358.

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

Color convert

RGB 254 161 108 -
CMYK 0 0.37 0.57 0.00
HSL 21.78º 0.99% 0.71% -
HSV(B) 21.78º 0.57% 1% -
XYZ 56.32 47.64 20.41 -
YUV 182.77 85.81 178.81 -
System Red Green Blue C M Y K H S L
Decimal 254 161 108 0 0.37 0.57 0.00 21.78 0.99 0.71
Hex FE A1 6C 0 25 39 0 16 63 47
Octal 376 241 154 0 45 71 0 26 143 107
Binary 11111110 10100001 1101100 0 100101 111001 0 10110 1100011 1000111

Color Harmonies of #FEA16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA16C

Black with #FEA16C

Text Example


Text Example

White with #FEA16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA16C; }

 p { color: rgb(254,161,108); }

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

background-color css

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

 a { background-color: rgb(254,161,108); }

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

border-color css

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

 span { border-color: rgb(254,161,108); }

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