Html Css Color HEX #FB5E8B Brink Pink

📋 copy color: '#FB5E8B'

red 251 ◦ green 94 ◦ blue 139

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

Shades of Brink Pink #FB5E8B

Tints of Brink Pink #FB5E8B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.42%

 BLUE value IS 139 (54.69% from 255) = 28.72%

R = 51.86%
G = 19.42%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB5E8B (or 0xFB5E8B) is known color: Brink Pink. HEX triplet: FB, 5E and 8B. RGB value is (251,94,139). Sum of RGB (Red+Green+Blue) = 251+94+139=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5E8B is #04A174. Grayscale: #929292. Windows color (decimal): -303477 or 9133819. OLE color: 9133819.

HSL color Cylindrical-coordinate representation of color #FB5E8B: hue angle of 342.8º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5E8B is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 94 139 -
CMYK 0 0.63 0.45 0.02
HSL 342.8º 0.95% 0.68% -
HSV(B) 342.8º 0.63% 0.98% -
XYZ 48.45 30.38 27.74 -
YUV 146.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 251 94 139 0 0.63 0.45 0.02 342.8 0.95 0.68
Hex FB 5E 8B 0 3F 2D 2 157 5F 44
Octal 373 136 213 0 77 55 2 527 137 104
Binary 11111011 1011110 10001011 0 111111 101101 10 101010111 1011111 1000100

Color Harmonies of #FB5E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5E8B

Black with #FB5E8B

Text Example


Text Example

White with #FB5E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5E8B; }

 p { color: rgb(251,94,139); }

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

background-color css

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

 a { background-color: rgb(251,94,139); }

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

border-color css

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

 span { border-color: rgb(251,94,139); }

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