#FAA468

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

Shades of Hit Pink #FAA468

Tints of Hit Pink #FAA468

Color information

#FAA468 (or 0xFAA468) is unknown color: approx Hit Pink. HEX triplet: FA, A4 and 68. RGB value is (250,164,104). Sum of RGB (Red+Green+Blue) = 250+164+104=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA468 is #055B97. Grayscale: #B7B7B7. Windows color (decimal): -351128 or 6857978. OLE color: 6857978.

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

Color convert

RGB250164104-
CMYK00.340.580.02
HSL24.66º93.59%69.41%-
HSV(B)24.66º58.4%98.04%-
XYZ55.247.8719.43-
YUV182.8783.49175.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 104 (41.02% from 255) = 20.08%
R=48.26%
G=31.66%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016410400.340.580.0224.6693.5969.41
HexFAA4680223A2195e45
Octal37224415004272231136105
Binary111110101010010011010000100010111010101100110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA468; }

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

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

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

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

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

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

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

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