#FE6B8E

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

Shades of Brink Pink #FE6B8E

Tints of Brink Pink #FE6B8E

Color information

#FE6B8E (or 0xFE6B8E) is unknown color: approx Brink Pink. HEX triplet: FE, 6B and 8E. RGB value is (254,107,142). Sum of RGB (Red+Green+Blue) = 254+107+142=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6B8E is #019471. Grayscale: #9A9A9A. Windows color (decimal): -103538 or 9333758. OLE color: 9333758.

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

Color convert

RGB254107142-
CMYK00.580.440.00
HSL345.71º98.66%70.78%-
HSV(B)345.71º57.87%99.61%-
XYZ51.0133.5429.38-
YUV154.94120.7198.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.50%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=50.50%
G=21.27%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410714200.580.440.00345.7198.6670.78
HexFE6B8E03A2C015a6347
Octal376153216072540532143107
Binary111111101101011100011100111010101100010101101011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6B8E; }

 p { color: rgb(254,107,142); }

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

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

 a { background-color: rgb(254,107,142); }

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

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

 span { border-color: rgb(254,107,142); }

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