#FBA878

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

Shades of Hit Pink #FBA878

Tints of Hit Pink #FBA878

Color information

#FBA878 (or 0xFBA878) is unknown color: approx Hit Pink. HEX triplet: FB, A8 and 78. RGB value is (251,168,120). Sum of RGB (Red+Green+Blue) = 251+168+120=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA878 is #045787. Grayscale: #BBBBBB. Windows color (decimal): -284552 or 7907579. OLE color: 7907579.

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

Color convert

RGB251168120-
CMYK00.330.520.02
HSL21.98º94.24%72.75%-
HSV(B)21.98º52.19%98.43%-
XYZ57.1849.8724.38-
YUV187.3490173.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.57%
GREEN value IS 168 (66.02% from 255) = 31.17%
BLUE value IS 120 (47.27% from 255) = 22.26%
R=46.57%
G=31.17%
B=22.26%

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
Decimal25116812000.330.520.0221.9894.2472.75
HexFBA878021342165e49
Octal37325017004164226136111
Binary111110111010100011110000100001110100101011010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA878; }

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

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

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

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

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

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

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

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