#FAA670

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

Shades of Hit Pink #FAA670

Tints of Hit Pink #FAA670

Color information

#FAA670 (or 0xFAA670) is unknown color: approx Hit Pink. HEX triplet: FA, A6 and 70. RGB value is (250,166,112). Sum of RGB (Red+Green+Blue) = 250+166+112=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA670 is #05598F. Grayscale: #B9B9B9. Windows color (decimal): -350608 or 7382778. OLE color: 7382778.

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

Color convert

RGB250166112-
CMYK00.340.550.02
HSL23.48º93.24%70.98%-
HSV(B)23.48º55.2%98.04%-
XYZ55.9948.7721.79-
YUV184.9686.83174.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 166 (65.23% from 255) = 31.44%
BLUE value IS 112 (44.14% from 255) = 21.21%
R=47.35%
G=31.44%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016611200.340.550.0223.4893.2470.98
HexFAA670022372175d47
Octal37224616004267227135107
Binary111110101010011011100000100010110111101011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA670; }

 p { color: rgb(250,166,112); }

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

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

 a { background-color: rgb(250,166,112); }

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

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

 span { border-color: rgb(250,166,112); }

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