#FE6886

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

Shades of Brink Pink #FE6886

Tints of Brink Pink #FE6886

Color information

#FE6886 (or 0xFE6886) is unknown color: approx Brink Pink. HEX triplet: FE, 68 and 86. RGB value is (254,104,134). Sum of RGB (Red+Green+Blue) = 254+104+134=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6886 is #019779. Grayscale: #989898. Windows color (decimal): -104314 or 8808702. OLE color: 8808702.

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

Color convert

RGB254104134-
CMYK00.590.470.00
HSL348º98.68%70.2%-
HSV(B)348º59.06%99.61%-
XYZ50.1332.6926.22-
YUV152.27117.7200.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.63%
GREEN value IS 104 (41.02% from 255) = 21.14%
BLUE value IS 134 (52.73% from 255) = 27.24%
R=51.63%
G=21.14%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410413400.590.470.0034898.6870.2
HexFE688603B2F015c6346
Octal376150206073570534143106
Binary111111101101000100001100111011101111010101110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6886; }

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

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

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

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

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

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

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

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