Html Css Color HEX #FEA96C Hit Pink

📋 copy color: '#FEA96C'

red 254 ◦ green 169 ◦ blue 108

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

Shades of Hit Pink #FEA96C

Tints of Hit Pink #FEA96C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.83%

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

R = 47.83%
G = 31.83%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEA96C (or 0xFEA96C) is known color: Hit Pink. HEX triplet: FE, A9 and 6C. RGB value is (254,169,108). Sum of RGB (Red+Green+Blue) = 254+169+108=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA96C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA96C is #015693. Grayscale: #BBBBBB. Windows color (decimal): -87700 or 7121406. OLE color: 7121406.

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

Color convert

RGB 254 169 108 -
CMYK 0 0.33 0.57 0.00
HSL 25.07º 0.99% 0.71% -
HSV(B) 25.07º 0.57% 1% -
XYZ 57.77 50.53 20.9 -
YUV 187.46 83.16 175.46 -
System Red Green Blue C M Y K H S L
Decimal 254 169 108 0 0.33 0.57 0.00 25.07 0.99 0.71
Hex FE A9 6C 0 21 39 0 19 63 47
Octal 376 251 154 0 41 71 0 31 143 107
Binary 11111110 10101001 1101100 0 100001 111001 0 11001 1100011 1000111

Color Harmonies of #FEA96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA96C

Black with #FEA96C

Text Example


Text Example

White with #FEA96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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