#FAA16C

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

Shades of Hit Pink #FAA16C

Tints of Hit Pink #FAA16C

Color information

#FAA16C (or 0xFAA16C) is unknown color: approx Hit Pink. HEX triplet: FA, A1 and 6C. RGB value is (250,161,108). Sum of RGB (Red+Green+Blue) = 250+161+108=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA16C is #055E93. Grayscale: #B5B5B5. Windows color (decimal): -351892 or 7119354. OLE color: 7119354.

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

Color convert

RGB250161108-
CMYK00.360.570.02
HSL22.39º93.42%70.2%-
HSV(B)22.39º56.8%98.04%-
XYZ54.8846.920.35-
YUV181.5786.49176.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 161 (63.28% from 255) = 31.02%
BLUE value IS 108 (42.58% from 255) = 20.81%
R=48.17%
G=31.02%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016110800.360.570.0222.3993.4270.2
HexFAA16C024392165d46
Octal37224115404471226135106
Binary111110101010000111011000100100111001101011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA16C; }

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

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

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

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

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

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

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

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