#FB6C88

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

Shades of Brink Pink #FB6C88

Tints of Brink Pink #FB6C88

Color information

#FB6C88 (or 0xFB6C88) is unknown color: approx Brink Pink. HEX triplet: FB, 6C and 88. RGB value is (251,108,136). Sum of RGB (Red+Green+Blue) = 251+108+136=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6C88 is #049377. Grayscale: #999999. Windows color (decimal): -299896 or 8940795. OLE color: 8940795.

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

Color convert

RGB251108136-
CMYK00.570.460.02
HSL348.25º94.7%70.39%-
HSV(B)348.25º56.97%98.43%-
XYZ49.5933.0127.05-
YUV153.95117.88197.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.71%
GREEN value IS 108 (42.58% from 255) = 21.82%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=50.71%
G=21.82%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110813600.570.460.02348.2594.770.39
HexFB6C880392E215c5f46
Octal373154210071562534137106
Binary1111101111011001000100001110011011101010101110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6C88; }

 p { color: rgb(251,108,136); }

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

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

 a { background-color: rgb(251,108,136); }

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

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

 span { border-color: rgb(251,108,136); }

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