Html Css Color HEX #FB7682 Brink Pink

📋 copy color: '#FB7682'

red 251 ◦ green 118 ◦ blue 130

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

Shades of Brink Pink #FB7682

Tints of Brink Pink #FB7682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.65%

 BLUE value IS 130 (51.17% from 255) = 26.05%

R = 50.3%
G = 23.65%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FB7682 (or 0xFB7682) is known color: Brink Pink. HEX triplet: FB, 76 and 82. RGB value is (251,118,130). Sum of RGB (Red+Green+Blue) = 251+118+130=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7682 is #04897D. Grayscale: #9F9F9F. Windows color (decimal): -297342 or 8550139. OLE color: 8550139.

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

Color convert

RGB 251 118 130 -
CMYK 0 0.53 0.48 0.02
HSL 354.59º 0.94% 0.72% -
HSV(B) 354.59º 0.53% 0.98% -
XYZ 50.29 35.08 25.24 -
YUV 159.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 251 118 130 0 0.53 0.48 0.02 354.59 0.94 0.72
Hex FB 76 82 0 35 30 2 163 5E 48
Octal 373 166 202 0 65 60 2 543 136 110
Binary 11111011 1110110 10000010 0 110101 110000 10 101100011 1011110 1001000

Color Harmonies of #FB7682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7682

Black with #FB7682

Text Example


Text Example

White with #FB7682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7682; }

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

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

background-color css

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

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

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

border-color css

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

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

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