#FAA46C

Color #FAA46C Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #FAA46C

Tints of Hit Pink #FAA46C

Color information

#FAA46C (or 0xFAA46C) is unknown color: approx Hit Pink. HEX triplet: FA, A4 and 6C. RGB value is (250,164,108). Sum of RGB (Red+Green+Blue) = 250+164+108=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA46C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA46C is #055B93. Grayscale: #B7B7B7. Windows color (decimal): -351124 or 7120122. OLE color: 7120122.

HSL color Cylindrical-coordinate representation of color #FAA46C: hue angle of 23.66º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAA46C is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB250164108-
CMYK00.340.570.02
HSL23.66º93.42%70.2%-
HSV(B)23.66º56.8%98.04%-
XYZ55.4147.9620.52-
YUV183.3385.49175.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 108 (42.58% from 255) = 20.69%
R=47.89%
G=31.42%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016410800.340.570.0223.6693.4270.2
HexFAA46C022392185d46
Octal37224415404271230135106
Binary111110101010010011011000100010111001101100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA46C; }

 p { color: rgb(250,164,108); }

 H1.HeaderClassName
 {
   color: #FAA46C;
 }
 .AnyTagClassName
 {
   color: #FAA46C;
 }
</style>
background-color css

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

 a { background-color: rgb(250,164,108); }

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

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

 span { border-color: rgb(250,164,108); }

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