#FBA779

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

Shades of Hit Pink #FBA779

Tints of Hit Pink #FBA779

Color information

#FBA779 (or 0xFBA779) is unknown color: approx Hit Pink. HEX triplet: FB, A7 and 79. RGB value is (251,167,121). Sum of RGB (Red+Green+Blue) = 251+167+121=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA779 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA779 is #045886. Grayscale: #BBBBBB. Windows color (decimal): -284807 or 7972859. OLE color: 7972859.

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

Color convert

RGB251167121-
CMYK00.330.520.02
HSL21.23º94.2%72.94%-
HSV(B)21.23º51.79%98.43%-
XYZ57.0549.5324.64-
YUV186.8790.83173.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.57%
GREEN value IS 167 (65.62% from 255) = 30.98%
BLUE value IS 121 (47.66% from 255) = 22.45%
R=46.57%
G=30.98%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116712100.330.520.0221.2394.272.94
HexFBA779021342155e49
Octal37324717104164225136111
Binary111110111010011111110010100001110100101010110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA779; }

 p { color: rgb(251,167,121); }

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

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

 a { background-color: rgb(251,167,121); }

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

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

 span { border-color: rgb(251,167,121); }

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