#FE658B

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

Shades of Brink Pink #FE658B

Tints of Brink Pink #FE658B

Color information

#FE658B (or 0xFE658B) is unknown color: approx Brink Pink. HEX triplet: FE, 65 and 8B. RGB value is (254,101,139). Sum of RGB (Red+Green+Blue) = 254+101+139=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE658B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE658B is #019A74. Grayscale: #979797. Windows color (decimal): -105077 or 9135614. OLE color: 9135614.

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

Color convert

RGB254101139-
CMYK00.600.450.00
HSL345.1º98.71%69.61%-
HSV(B)345.1º60.24%99.61%-
XYZ50.1932.2428-
YUV151.08121.19201.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.42%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=51.42%
G=20.45%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410113900.600.450.00345.198.7169.61
HexFE658B03C2D01596346
Octal376145213074550531143106
Binary111111101100101100010110111100101101010101100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE658B; }

 p { color: rgb(254,101,139); }

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

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

 a { background-color: rgb(254,101,139); }

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

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

 span { border-color: rgb(254,101,139); }

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