#FBA86E

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

Shades of Hit Pink #FBA86E

Tints of Hit Pink #FBA86E

Color information

#FBA86E (or 0xFBA86E) is unknown color: approx Hit Pink. HEX triplet: FB, A8 and 6E. RGB value is (251,168,110). Sum of RGB (Red+Green+Blue) = 251+168+110=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA86E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA86E is #045791. Grayscale: #BABABA. Windows color (decimal): -284562 or 7252219. OLE color: 7252219.

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

Color convert

RGB251168110-
CMYK00.330.560.02
HSL24.68º94.63%70.78%-
HSV(B)24.68º56.18%98.43%-
XYZ56.649.6421.35-
YUV186.285174.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.45%
GREEN value IS 168 (66.02% from 255) = 31.76%
BLUE value IS 110 (43.36% from 255) = 20.79%
R=47.45%
G=31.76%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116811000.330.560.0224.6894.6370.78
HexFBA86E021382195f47
Octal37325015604170231137107
Binary111110111010100011011100100001111000101100110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA86E; }

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

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

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

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

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

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

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

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