Html Css Color HEX #FB7881 Brink Pink

📋 copy color: '#FB7881'

red 251 ◦ green 120 ◦ blue 129

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

Shades of Brink Pink #FB7881

Tints of Brink Pink #FB7881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24%

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

R = 50.2%
G = 24%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB7881 (or 0xFB7881) is known color: Brink Pink. HEX triplet: FB, 78 and 81. RGB value is (251,120,129). Sum of RGB (Red+Green+Blue) = 251+120+129=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7881 is #04877E. Grayscale: #A0A0A0. Windows color (decimal): -296831 or 8485115. OLE color: 8485115.

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

Color convert

RGB 251 120 129 -
CMYK 0 0.52 0.49 0.02
HSL 355.88º 0.94% 0.73% -
HSV(B) 355.88º 0.52% 0.98% -
XYZ 50.46 35.53 24.97 -
YUV 160.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 251 120 129 0 0.52 0.49 0.02 355.88 0.94 0.73
Hex FB 78 81 0 34 31 2 164 5E 49
Octal 373 170 201 0 64 61 2 544 136 111
Binary 11111011 1111000 10000001 0 110100 110001 10 101100100 1011110 1001001

Color Harmonies of #FB7881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7881

Black with #FB7881

Text Example


Text Example

White with #FB7881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7881; }

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

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

background-color css

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

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

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

border-color css

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

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

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