#FAA16E

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

Shades of Hit Pink #FAA16E

Tints of Hit Pink #FAA16E

Color information

#FAA16E (or 0xFAA16E) is unknown color: approx Hit Pink. HEX triplet: FA, A1 and 6E. RGB value is (250,161,110). Sum of RGB (Red+Green+Blue) = 250+161+110=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA16E is #055E91. Grayscale: #B6B6B6. Windows color (decimal): -351890 or 7250426. OLE color: 7250426.

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

Color convert

RGB250161110-
CMYK00.360.560.02
HSL21.86º93.33%70.59%-
HSV(B)21.86º56%98.04%-
XYZ54.9846.9420.91-
YUV181.887.49176.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.98%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 110 (43.36% from 255) = 21.11%
R=47.98%
G=30.90%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016111000.360.560.0221.8693.3370.59
HexFAA16E024382165d47
Octal37224115604470226135107
Binary111110101010000111011100100100111000101011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA16E; }

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

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

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

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

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

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

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

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