#FAA66B

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

Shades of Hit Pink #FAA66B

Tints of Hit Pink #FAA66B

Color information

#FAA66B (or 0xFAA66B) is unknown color: approx Hit Pink. HEX triplet: FA, A6 and 6B. RGB value is (250,166,107). Sum of RGB (Red+Green+Blue) = 250+166+107=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA66B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA66B is #055994. Grayscale: #B8B8B8. Windows color (decimal): -350613 or 7055098. OLE color: 7055098.

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

Color convert

RGB250166107-
CMYK00.340.570.02
HSL24.76º93.46%70%-
HSV(B)24.76º57.2%98.04%-
XYZ55.7148.6620.37-
YUV184.3984.33174.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.80%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 107 (42.19% from 255) = 20.46%
R=47.80%
G=31.74%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016610700.340.570.0224.7693.4670
HexFAA66B022392195d46
Octal37224615304271231135106
Binary111110101010011011010110100010111001101100110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA66B; }

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

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

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

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

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

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

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

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