#FBA975

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

Shades of Hit Pink #FBA975

Tints of Hit Pink #FBA975

Color information

#FBA975 (or 0xFBA975) is unknown color: approx Hit Pink. HEX triplet: FB, A9 and 75. RGB value is (251,169,117). Sum of RGB (Red+Green+Blue) = 251+169+117=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA975 is #04568A. Grayscale: #BBBBBB. Windows color (decimal): -284299 or 7711227. OLE color: 7711227.

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

Color convert

RGB251169117-
CMYK00.330.530.02
HSL23.28º94.37%72.16%-
HSV(B)23.28º53.39%98.43%-
XYZ57.1850.1723.5-
YUV187.5988.17173.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.74%
GREEN value IS 169 (66.41% from 255) = 31.47%
BLUE value IS 117 (46.09% from 255) = 21.79%
R=46.74%
G=31.47%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116911700.330.530.0223.2894.3772.16
HexFBA975021352175e48
Octal37325116504165227136110
Binary111110111010100111101010100001110101101011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA975; }

 p { color: rgb(251,169,117); }

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

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

 a { background-color: rgb(251,169,117); }

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

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

 span { border-color: rgb(251,169,117); }

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