#FB7086

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

Shades of Brink Pink #FB7086

Tints of Brink Pink #FB7086

Color information

#FB7086 (or 0xFB7086) is unknown color: approx Brink Pink. HEX triplet: FB, 70 and 86. RGB value is (251,112,134). Sum of RGB (Red+Green+Blue) = 251+112+134=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7086 is #048F79. Grayscale: #9C9C9C. Windows color (decimal): -298874 or 8810747. OLE color: 8810747.

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

Color convert

RGB251112134-
CMYK00.550.470.02
HSL350.5º94.56%71.18%-
HSV(B)350.5º55.38%98.43%-
XYZ49.8833.8226.45-
YUV156.07115.55195.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 112 (44.14% from 255) = 22.54%
BLUE value IS 134 (52.73% from 255) = 26.96%
R=50.50%
G=22.54%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111213400.550.470.02350.594.5671.18
HexFB70860372F215f5f47
Octal373160206067572537137107
Binary1111101111100001000011001101111011111010101111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7086; }

 p { color: rgb(251,112,134); }

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

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

 a { background-color: rgb(251,112,134); }

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

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

 span { border-color: rgb(251,112,134); }

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