#FB6A88

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

Shades of Brink Pink #FB6A88

Tints of Brink Pink #FB6A88

Color information

#FB6A88 (or 0xFB6A88) is unknown color: approx Brink Pink. HEX triplet: FB, 6A and 88. RGB value is (251,106,136). Sum of RGB (Red+Green+Blue) = 251+106+136=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6A88 is #049577. Grayscale: #989898. Windows color (decimal): -300408 or 8940283. OLE color: 8940283.

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

Color convert

RGB251106136-
CMYK00.580.460.02
HSL347.59º94.77%70%-
HSV(B)347.59º57.77%98.43%-
XYZ49.3832.5926.98-
YUV152.77118.54198.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.91%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=50.91%
G=21.50%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110613600.580.460.02347.5994.7770
HexFB6A8803A2E215c5f46
Octal373152210072562534137106
Binary1111101111010101000100001110101011101010101110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6A88; }

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

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

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

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

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

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

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

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