#FE7986

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

Shades of Brink Pink #FE7986

Tints of Brink Pink #FE7986

Color information

#FE7986 (or 0xFE7986) is unknown color: approx Brink Pink. HEX triplet: FE, 79 and 86. RGB value is (254,121,134). Sum of RGB (Red+Green+Blue) = 254+121+134=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7986 is #018679. Grayscale: #A2A2A2. Windows color (decimal): -99962 or 8813054. OLE color: 8813054.

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

Color convert

RGB254121134-
CMYK00.520.470.00
HSL354.14º98.52%73.53%-
HSV(B)354.14º52.36%99.61%-
XYZ52.0136.4726.85-
YUV162.25112.06193.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 121 (47.66% from 255) = 23.77%
BLUE value IS 134 (52.73% from 255) = 26.33%
R=49.90%
G=23.77%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412113400.520.470.00354.1498.5273.53
HexFE79860342F0162634a
Octal376171206064570542143112
Binary111111101111001100001100110100101111010110001011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7986; }

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

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

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

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

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

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

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

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