Html Css Color HEX #FB7986 Brink Pink

📋 copy color: '#FB7986'

red 251 ◦ green 121 ◦ blue 134

#FB7986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FB7986

Tints of Brink Pink #FB7986

RGB

 RED value IS 251 (98.44% from 255) = 49.6%

 GREEN value IS 121 (47.66% from 255) = 23.91%

 BLUE value IS 134 (52.73% from 255) = 26.48%

R = 49.6%
G = 23.91%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB7986 (or 0xFB7986) is known color: Brink Pink. HEX triplet: FB, 79 and 86. RGB value is (251,121,134). Sum of RGB (Red+Green+Blue) = 251+121+134=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7986 is #048679. Grayscale: #A1A1A1. Windows color (decimal): -296570 or 8813051. OLE color: 8813051.

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

Color convert

RGB 251 121 134 -
CMYK 0 0.52 0.47 0.02
HSL 354º 0.94% 0.73% -
HSV(B) 354º 0.52% 0.98% -
XYZ 50.92 35.91 26.8 -
YUV 161.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 251 121 134 0 0.52 0.47 0.02 354 0.94 0.73
Hex FB 79 86 0 34 2F 2 162 5E 49
Octal 373 171 206 0 64 57 2 542 136 111
Binary 11111011 1111001 10000110 0 110100 101111 10 101100010 1011110 1001001

Color Harmonies of #FB7986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7986

Black with #FB7986

Text Example


Text Example

White with #FB7986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7986; }

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

 H1.HeaderClassName
 {
   color: #FB7986;
 }
 .AnyTagClassName
 {
   color: #FB7986;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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