Html Css Color HEX #FE5B8D Brink Pink

📋 copy color: '#FE5B8D'

red 254 ◦ green 91 ◦ blue 141

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

Shades of Brink Pink #FE5B8D

Tints of Brink Pink #FE5B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.01%

R = 52.26%
G = 18.72%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE5B8D (or 0xFE5B8D) is known color: Brink Pink. HEX triplet: FE, 5B and 8D. RGB value is (254,91,141). Sum of RGB (Red+Green+Blue) = 254+91+141=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5B8D is #01A472. Grayscale: #919191. Windows color (decimal): -107635 or 9264126. OLE color: 9264126.

HSL color Cylindrical-coordinate representation of color #FE5B8D: hue angle of 341.6º 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 #FE5B8D is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 91 141 -
CMYK 0 0.64 0.44 0.00
HSL 341.6º 0.99% 0.68% -
HSV(B) 341.6º 0.64% 1% -
XYZ 49.42 30.48 28.48 -
YUV 145.44 125.5 205.43 -
System Red Green Blue C M Y K H S L
Decimal 254 91 141 0 0.64 0.44 0.00 341.6 0.99 0.68
Hex FE 5B 8D 0 40 2C 0 156 63 44
Octal 376 133 215 0 100 54 0 526 143 104
Binary 11111110 1011011 10001101 0 1000000 101100 0 101010110 1100011 1000100

Color Harmonies of #FE5B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B8D

Black with #FE5B8D

Text Example


Text Example

White with #FE5B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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