Html Css Color HEX #FB5E8E Brink Pink

📋 copy color: '#FB5E8E'

red 251 ◦ green 94 ◦ blue 142

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

Shades of Brink Pink #FB5E8E

Tints of Brink Pink #FB5E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.16%

R = 51.54%
G = 19.3%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB5E8E (or 0xFB5E8E) is known color: Brink Pink. HEX triplet: FB, 5E and 8E. RGB value is (251,94,142). Sum of RGB (Red+Green+Blue) = 251+94+142=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5E8E is #04A171. Grayscale: #929292. Windows color (decimal): -303474 or 9330427. OLE color: 9330427.

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

Color convert

RGB 251 94 142 -
CMYK 0 0.63 0.43 0.02
HSL 341.66º 0.95% 0.68% -
HSV(B) 341.66º 0.63% 0.98% -
XYZ 48.67 30.47 28.91 -
YUV 146.42 125.51 202.6 -
System Red Green Blue C M Y K H S L
Decimal 251 94 142 0 0.63 0.43 0.02 341.66 0.95 0.68
Hex FB 5E 8E 0 3F 2B 2 156 5F 44
Octal 373 136 216 0 77 53 2 526 137 104
Binary 11111011 1011110 10001110 0 111111 101011 10 101010110 1011111 1000100

Color Harmonies of #FB5E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5E8E

Black with #FB5E8E

Text Example


Text Example

White with #FB5E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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