#FBA778

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

Shades of Hit Pink #FBA778

Tints of Hit Pink #FBA778

Color information

#FBA778 (or 0xFBA778) is unknown color: approx Hit Pink. HEX triplet: FB, A7 and 78. RGB value is (251,167,120). Sum of RGB (Red+Green+Blue) = 251+167+120=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA778 is #045887. Grayscale: #BBBBBB. Windows color (decimal): -284808 or 7907323. OLE color: 7907323.

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

Color convert

RGB251167120-
CMYK00.330.520.02
HSL21.53º94.24%72.75%-
HSV(B)21.53º52.19%98.43%-
XYZ56.9949.524.32-
YUV186.7690.33173.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.65%
GREEN value IS 167 (65.62% from 255) = 31.04%
BLUE value IS 120 (47.27% from 255) = 22.30%
R=46.65%
G=31.04%
B=22.30%

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
Decimal25116712000.330.520.0221.5394.2472.75
HexFBA778021342165e49
Octal37324717004164226136111
Binary111110111010011111110000100001110100101011010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA778; }

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

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

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

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

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

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

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

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