#FB6E7B

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

Shades of Brink Pink #FB6E7B

Tints of Brink Pink #FB6E7B

Color information

#FB6E7B (or 0xFB6E7B) is unknown color: approx Brink Pink. HEX triplet: FB, 6E and 7B. RGB value is (251,110,123). Sum of RGB (Red+Green+Blue) = 251+110+123=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6E7B is #049184. Grayscale: #999999. Windows color (decimal): -299397 or 8089339. OLE color: 8089339.

HSL color Cylindrical-coordinate representation of color #FB6E7B: hue angle of 354.47º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6E7B is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB251110123-
CMYK00.560.510.02
HSL354.47º94.63%70.78%-
HSV(B)354.47º56.18%98.43%-
XYZ48.9333.0922.55-
YUV153.64110.71197.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.86%
GREEN value IS 110 (43.36% from 255) = 22.73%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=51.86%
G=22.73%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111012300.560.510.02354.4794.6370.78
HexFB6E7B0383321625f47
Octal373156173070632542137107
Binary111110111101110111101101110001100111010110001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6E7B; }

 p { color: rgb(251,110,123); }

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

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

 a { background-color: rgb(251,110,123); }

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

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

 span { border-color: rgb(251,110,123); }

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