#FAA56E

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

Shades of Hit Pink #FAA56E

Tints of Hit Pink #FAA56E

Color information

#FAA56E (or 0xFAA56E) is unknown color: approx Hit Pink. HEX triplet: FA, A5 and 6E. RGB value is (250,165,110). Sum of RGB (Red+Green+Blue) = 250+165+110=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA56E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA56E is #055A91. Grayscale: #B8B8B8. Windows color (decimal): -350866 or 7251450. OLE color: 7251450.

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

Color convert

RGB250165110-
CMYK00.340.560.02
HSL23.57º93.33%70.59%-
HSV(B)23.57º56%98.04%-
XYZ55.6948.3621.15-
YUV184.1486.16174.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.62%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 110 (43.36% from 255) = 20.95%
R=47.62%
G=31.43%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016511000.340.560.0223.5793.3370.59
HexFAA56E022382185d47
Octal37224515604270230135107
Binary111110101010010111011100100010111000101100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA56E; }

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

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

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

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

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

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

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

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