Html Css Color HEX #FE5B86 Brink Pink

📋 copy color: '#FE5B86'

red 254 ◦ green 91 ◦ blue 134

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

Shades of Brink Pink #FE5B86

Tints of Brink Pink #FE5B86

RGB

 RED value IS 254 (99.61% from 255) = 53.03%

 GREEN value IS 91 (35.94% from 255) = 19%

 BLUE value IS 134 (52.73% from 255) = 27.97%

R = 53.03%
G = 19%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE5B86 (or 0xFE5B86) is known color: Brink Pink. HEX triplet: FE, 5B and 86. RGB value is (254,91,134). Sum of RGB (Red+Green+Blue) = 254+91+134=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5B86 is #01A479. Grayscale: #909090. Windows color (decimal): -107642 or 8805374. OLE color: 8805374.

HSL color Cylindrical-coordinate representation of color #FE5B86: hue angle of 344.17º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5B86 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 91 134 -
CMYK 0 0.64 0.47 0.00
HSL 344.17º 0.99% 0.68% -
HSV(B) 344.17º 0.64% 1% -
XYZ 48.92 30.27 25.82 -
YUV 144.64 122 206 -
System Red Green Blue C M Y K H S L
Decimal 254 91 134 0 0.64 0.47 0.00 344.17 0.99 0.68
Hex FE 5B 86 0 40 2F 0 158 63 44
Octal 376 133 206 0 100 57 0 530 143 104
Binary 11111110 1011011 10000110 0 1000000 101111 0 101011000 1100011 1000100

Color Harmonies of #FE5B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B86

Black with #FE5B86

Text Example


Text Example

White with #FE5B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B86; }

 p { color: rgb(254,91,134); }

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

background-color css

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

 a { background-color: rgb(254,91,134); }

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

border-color css

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

 span { border-color: rgb(254,91,134); }

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