#FAA56B

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

Shades of Hit Pink #FAA56B

Tints of Hit Pink #FAA56B

Color information

#FAA56B (or 0xFAA56B) is unknown color: approx Hit Pink. HEX triplet: FA, A5 and 6B. RGB value is (250,165,107). Sum of RGB (Red+Green+Blue) = 250+165+107=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA56B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA56B is #055A94. Grayscale: #B8B8B8. Windows color (decimal): -350869 or 7054842. OLE color: 7054842.

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

Color convert

RGB250165107-
CMYK00.340.570.02
HSL24.34º93.46%70%-
HSV(B)24.34º57.2%98.04%-
XYZ55.5348.320.31-
YUV183.884.66175.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 107 (42.19% from 255) = 20.50%
R=47.89%
G=31.61%
B=20.50%

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
Decimal25016510700.340.570.0224.3493.4670
HexFAA56B022392185d46
Octal37224515304271230135106
Binary111110101010010111010110100010111001101100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA56B; }

 p { color: rgb(250,165,107); }

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

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

 a { background-color: rgb(250,165,107); }

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

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

 span { border-color: rgb(250,165,107); }

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