Html Css Color HEX #FEA46B Hit Pink

📋 copy color: '#FEA46B'

red 254 ◦ green 164 ◦ blue 107

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

Shades of Hit Pink #FEA46B

Tints of Hit Pink #FEA46B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.24%

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

R = 48.38%
G = 31.24%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEA46B (or 0xFEA46B) is known color: Hit Pink. HEX triplet: FE, A4 and 6B. RGB value is (254,164,107). Sum of RGB (Red+Green+Blue) = 254+164+107=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA46B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA46B is #015B94. Grayscale: #B8B8B8. Windows color (decimal): -88981 or 7054590. OLE color: 7054590.

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

Color convert

RGB 254 164 107 -
CMYK 0 0.35 0.58 0.00
HSL 23.27º 0.99% 0.71% -
HSV(B) 23.27º 0.58% 1% -
XYZ 56.8 48.68 20.31 -
YUV 184.41 84.32 177.63 -
System Red Green Blue C M Y K H S L
Decimal 254 164 107 0 0.35 0.58 0.00 23.27 0.99 0.71
Hex FE A4 6B 0 23 3A 0 17 63 47
Octal 376 244 153 0 43 72 0 27 143 107
Binary 11111110 10100100 1101011 0 100011 111010 0 10111 1100011 1000111

Color Harmonies of #FEA46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA46B

Black with #FEA46B

Text Example


Text Example

White with #FEA46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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