Html Css Color HEX #FEA96B Hit Pink

📋 copy color: '#FEA96B'

red 254 ◦ green 169 ◦ blue 107

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

Shades of Hit Pink #FEA96B

Tints of Hit Pink #FEA96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.19%

R = 47.92%
G = 31.89%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEA96B (or 0xFEA96B) is known color: Hit Pink. HEX triplet: FE, A9 and 6B. RGB value is (254,169,107). Sum of RGB (Red+Green+Blue) = 254+169+107=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA96B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA96B is #015694. Grayscale: #BBBBBB. Windows color (decimal): -87701 or 7055870. OLE color: 7055870.

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

Color convert

RGB 254 169 107 -
CMYK 0 0.33 0.58 0.00
HSL 25.31º 0.99% 0.71% -
HSV(B) 25.31º 0.58% 1% -
XYZ 57.71 50.51 20.62 -
YUV 187.35 82.66 175.54 -
System Red Green Blue C M Y K H S L
Decimal 254 169 107 0 0.33 0.58 0.00 25.31 0.99 0.71
Hex FE A9 6B 0 21 3A 0 19 63 47
Octal 376 251 153 0 41 72 0 31 143 107
Binary 11111110 10101001 1101011 0 100001 111010 0 11001 1100011 1000111

Color Harmonies of #FEA96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA96B

Black with #FEA96B

Text Example


Text Example

White with #FEA96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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