#FE6C87

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

Shades of Brink Pink #FE6C87

Tints of Brink Pink #FE6C87

Color information

#FE6C87 (or 0xFE6C87) is unknown color: approx Brink Pink. HEX triplet: FE, 6C and 87. RGB value is (254,108,135). Sum of RGB (Red+Green+Blue) = 254+108+135=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6C87 is #019378. Grayscale: #9A9A9A. Windows color (decimal): -103289 or 8875262. OLE color: 8875262.

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

Color convert

RGB254108135-
CMYK00.570.470.00
HSL348.9º98.65%70.98%-
HSV(B)348.9º57.48%99.61%-
XYZ50.6133.5526.73-
YUV154.73116.87198.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.11%
GREEN value IS 108 (42.58% from 255) = 21.73%
BLUE value IS 135 (53.12% from 255) = 27.16%
R=51.11%
G=21.73%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410813500.570.470.00348.998.6570.98
HexFE6C870392F015d6347
Octal376154207071570535143107
Binary111111101101100100001110111001101111010101110111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6C87; }

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

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

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

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

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

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

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

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