#FE5687

Color #FE5687 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FE5687

Tints of Brink Pink #FE5687

Color information

#FE5687 (or 0xFE5687) is unknown color: approx Brink Pink. HEX triplet: FE, 56 and 87. RGB value is (254,86,135). Sum of RGB (Red+Green+Blue) = 254+86+135=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5687 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5687 is #01A978. Grayscale: #8D8D8D. Windows color (decimal): -108921 or 8869630. OLE color: 8869630.

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

Color convert

RGB25486135-
CMYK00.660.470.00
HSL342.5º98.82%66.67%-
HSV(B)342.5º66.14%99.61%-
XYZ48.5729.4826.05-
YUV141.82124.16208.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.47%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 135 (53.12% from 255) = 28.42%
R=53.47%
G=18.11%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548613500.660.470.00342.598.8266.67
HexFE56870422F01566343
Octal3761262070102570526143103
Binary1111111010101101000011101000010101111010101011011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5687; }

 p { color: rgb(254,86,135); }

 H1.HeaderClassName
 {
   color: #FE5687;
 }
 .AnyTagClassName
 {
   color: #FE5687;
 }
</style>
background-color css

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

 a { background-color: rgb(254,86,135); }

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

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

 span { border-color: rgb(254,86,135); }

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