Html Css Color HEX #FB7681 Brink Pink

📋 copy color: '#FB7681'

red 251 ◦ green 118 ◦ blue 129

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

Shades of Brink Pink #FB7681

Tints of Brink Pink #FB7681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.9%

R = 50.4%
G = 23.69%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB7681 (or 0xFB7681) is known color: Brink Pink. HEX triplet: FB, 76 and 81. RGB value is (251,118,129). Sum of RGB (Red+Green+Blue) = 251+118+129=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7681 is #04897E. Grayscale: #9F9F9F. Windows color (decimal): -297343 or 8484603. OLE color: 8484603.

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

Color convert

RGB 251 118 129 -
CMYK 0 0.53 0.49 0.02
HSL 355.04º 0.94% 0.72% -
HSV(B) 355.04º 0.53% 0.98% -
XYZ 50.22 35.05 24.89 -
YUV 159.02 111.06 193.61 -
System Red Green Blue C M Y K H S L
Decimal 251 118 129 0 0.53 0.49 0.02 355.04 0.94 0.72
Hex FB 76 81 0 35 31 2 163 5E 48
Octal 373 166 201 0 65 61 2 543 136 110
Binary 11111011 1110110 10000001 0 110101 110001 10 101100011 1011110 1001000

Color Harmonies of #FB7681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7681

Black with #FB7681

Text Example


Text Example

White with #FB7681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7681; }

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

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

background-color css

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

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

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

border-color css

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

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

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