#FB6882

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

Shades of Brink Pink #FB6882

Tints of Brink Pink #FB6882

Color information

#FB6882 (or 0xFB6882) is unknown color: approx Brink Pink. HEX triplet: FB, 68 and 82. RGB value is (251,104,130). Sum of RGB (Red+Green+Blue) = 251+104+130=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6882 is #04977D. Grayscale: #969696. Windows color (decimal): -300926 or 8546555. OLE color: 8546555.

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

Color convert

RGB251104130-
CMYK00.590.480.02
HSL349.39º94.84%69.61%-
HSV(B)349.39º58.57%98.43%-
XYZ48.7632.0224.73-
YUV150.92116.2199.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.75%
GREEN value IS 104 (41.02% from 255) = 21.44%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=51.75%
G=21.44%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110413000.590.480.02349.3994.8469.61
HexFB688203B30215d5f46
Octal373150202073602535137106
Binary1111101111010001000001001110111100001010101110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6882; }

 p { color: rgb(251,104,130); }

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

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

 a { background-color: rgb(251,104,130); }

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

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

 span { border-color: rgb(251,104,130); }

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