#FB658E

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

Shades of Brink Pink #FB658E

Tints of Brink Pink #FB658E

Color information

#FB658E (or 0xFB658E) is unknown color: approx Brink Pink. HEX triplet: FB, 65 and 8E. RGB value is (251,101,142). Sum of RGB (Red+Green+Blue) = 251+101+142=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB658E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB658E is #049A71. Grayscale: #969696. Windows color (decimal): -301682 or 9332219. OLE color: 9332219.

HSL color Cylindrical-coordinate representation of color #FB658E: hue angle of 343.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB658E is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB251101142-
CMYK00.600.430.02
HSL343.6º94.94%69.02%-
HSV(B)343.6º59.76%98.43%-
XYZ49.3231.7729.12-
YUV150.52123.2199.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.81%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=50.81%
G=20.45%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110114200.600.430.02343.694.9469.02
HexFB658E03C2B21585f45
Octal373145216074532530137105
Binary1111101111001011000111001111001010111010101100010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB658E; }

 p { color: rgb(251,101,142); }

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

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

 a { background-color: rgb(251,101,142); }

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

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

 span { border-color: rgb(251,101,142); }

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