Html Css Color HEX #FE5E8B Brink Pink

📋 copy color: '#FE5E8B'

red 254 ◦ green 94 ◦ blue 139

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

Shades of Brink Pink #FE5E8B

Tints of Brink Pink #FE5E8B

RGB

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

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

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

R = 52.16%
G = 19.3%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE5E8B (or 0xFE5E8B) is known color: Brink Pink. HEX triplet: FE, 5E and 8B. RGB value is (254,94,139). Sum of RGB (Red+Green+Blue) = 254+94+139=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5E8B is #01A174. Grayscale: #929292. Windows color (decimal): -106869 or 9133822. OLE color: 9133822.

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

Color convert

RGB 254 94 139 -
CMYK 0 0.63 0.45 0.00
HSL 343.13º 0.99% 0.68% -
HSV(B) 343.13º 0.63% 1% -
XYZ 49.54 30.94 27.79 -
YUV 146.97 123.51 204.34 -
System Red Green Blue C M Y K H S L
Decimal 254 94 139 0 0.63 0.45 0.00 343.13 0.99 0.68
Hex FE 5E 8B 0 3F 2D 0 157 63 44
Octal 376 136 213 0 77 55 0 527 143 104
Binary 11111110 1011110 10001011 0 111111 101101 0 101010111 1100011 1000100

Color Harmonies of #FE5E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5E8B

Black with #FE5E8B

Text Example


Text Example

White with #FE5E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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