#FAA46B

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

Shades of Hit Pink #FAA46B

Tints of Hit Pink #FAA46B

Color information

#FAA46B (or 0xFAA46B) is unknown color: approx Hit Pink. HEX triplet: FA, A4 and 6B. RGB value is (250,164,107). Sum of RGB (Red+Green+Blue) = 250+164+107=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA46B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA46B is #055B94. Grayscale: #B7B7B7. Windows color (decimal): -351125 or 7054586. OLE color: 7054586.

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

Color convert

RGB250164107-
CMYK00.340.570.02
HSL23.92º93.46%70%-
HSV(B)23.92º57.2%98.04%-
XYZ55.3547.9420.25-
YUV183.2284.99175.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.98%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 107 (42.19% from 255) = 20.54%
R=47.98%
G=31.48%
B=20.54%

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
Decimal25016410700.340.570.0223.9293.4670
HexFAA46B022392185d46
Octal37224415304271230135106
Binary111110101010010011010110100010111001101100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA46B; }

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

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

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

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

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

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

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

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