#FB6D8B

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

Shades of Brink Pink #FB6D8B

Tints of Brink Pink #FB6D8B

Color information

#FB6D8B (or 0xFB6D8B) is unknown color: approx Brink Pink. HEX triplet: FB, 6D and 8B. RGB value is (251,109,139). Sum of RGB (Red+Green+Blue) = 251+109+139=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6D8B is #049274. Grayscale: #9A9A9A. Windows color (decimal): -299637 or 9137659. OLE color: 9137659.

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

Color convert

RGB251109139-
CMYK00.570.450.02
HSL347.32º94.67%70.59%-
HSV(B)347.32º56.57%98.43%-
XYZ49.9133.3128.23-
YUV154.88119.04196.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 109 (42.97% from 255) = 21.84%
BLUE value IS 139 (54.69% from 255) = 27.86%
R=50.30%
G=21.84%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110913900.570.450.02347.3294.6770.59
HexFB6D8B0392D215b5f47
Octal373155213071552533137107
Binary1111101111011011000101101110011011011010101101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6D8B; }

 p { color: rgb(251,109,139); }

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

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

 a { background-color: rgb(251,109,139); }

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

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

 span { border-color: rgb(251,109,139); }

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