#FE778C

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

Shades of Brink Pink #FE778C

Tints of Brink Pink #FE778C

Color information

#FE778C (or 0xFE778C) is unknown color: approx Brink Pink. HEX triplet: FE, 77 and 8C. RGB value is (254,119,140). Sum of RGB (Red+Green+Blue) = 254+119+140=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE778C is #018873. Grayscale: #A1A1A1. Windows color (decimal): -100468 or 9205758. OLE color: 9205758.

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

Color convert

RGB254119140-
CMYK00.530.450.00
HSL350.67º98.54%73.14%-
HSV(B)350.67º53.15%99.61%-
XYZ52.236.1629.04-
YUV161.76115.73193.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.51%
GREEN value IS 119 (46.88% from 255) = 23.20%
BLUE value IS 140 (55.08% from 255) = 27.29%
R=49.51%
G=23.20%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411914000.530.450.00350.6798.5473.14
HexFE778C0352D015f6349
Octal376167214065550537143111
Binary111111101110111100011000110101101101010101111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE778C; }

 p { color: rgb(254,119,140); }

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

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

 a { background-color: rgb(254,119,140); }

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

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

 span { border-color: rgb(254,119,140); }

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