Html Css Color HEX #FB7885 Brink Pink

📋 copy color: '#FB7885'

red 251 ◦ green 120 ◦ blue 133

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

Shades of Brink Pink #FB7885

Tints of Brink Pink #FB7885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.39%

R = 49.8%
G = 23.81%
B = 26.39%

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

#FB7885 (or 0xFB7885) is known color: Brink Pink. HEX triplet: FB, 78 and 85. RGB value is (251,120,133). Sum of RGB (Red+Green+Blue) = 251+120+133=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7885 is #04877A. Grayscale: #A0A0A0. Windows color (decimal): -296827 or 8747259. OLE color: 8747259.

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

Color convert

RGB 251 120 133 -
CMYK 0 0.52 0.47 0.02
HSL 354.05º 0.94% 0.73% -
HSV(B) 354.05º 0.52% 0.98% -
XYZ 50.73 35.64 26.39 -
YUV 160.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 251 120 133 0 0.52 0.47 0.02 354.05 0.94 0.73
Hex FB 78 85 0 34 2F 2 162 5E 49
Octal 373 170 205 0 64 57 2 542 136 111
Binary 11111011 1111000 10000101 0 110100 101111 10 101100010 1011110 1001001

Color Harmonies of #FB7885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7885

Black with #FB7885

Text Example


Text Example

White with #FB7885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7885; }

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

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

background-color css

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

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

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

border-color css

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

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

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