#FE6C86

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

Shades of Brink Pink #FE6C86

Tints of Brink Pink #FE6C86

Color information

#FE6C86 (or 0xFE6C86) is unknown color: approx Brink Pink. HEX triplet: FE, 6C and 86. RGB value is (254,108,134). Sum of RGB (Red+Green+Blue) = 254+108+134=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6C86 is #019379. Grayscale: #9A9A9A. Windows color (decimal): -103290 or 8809726. OLE color: 8809726.

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

Color convert

RGB254108134-
CMYK00.570.470.00
HSL349.32º98.65%70.98%-
HSV(B)349.32º57.48%99.61%-
XYZ50.5433.5226.36-
YUV154.62116.37198.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.21%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 134 (52.73% from 255) = 27.02%
R=51.21%
G=21.77%
B=27.02%

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
Decimal25410813400.570.470.00349.3298.6570.98
HexFE6C860392F015d6347
Octal376154206071570535143107
Binary111111101101100100001100111001101111010101110111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6C86; }

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

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

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

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

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

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

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

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