Shades of Brink Pink #FB6E8C
Tints of Brink Pink #FB6E8C
RGB
CMYK
RGB Variations
Color information
#FB6E8C (or 0xFB6E8C) is known color: Brink Pink. HEX triplet: FB, 6E and 8C. RGB value is (251,110,140). Sum of RGB (Red+Green+Blue) = 251+110+140=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6E8C is #049173. Grayscale: #9B9B9B. Windows color (decimal): -299380 or 9203451. OLE color: 9203451.
HSL color Cylindrical-coordinate representation of color #FB6E8C: hue angle of 347.23º 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 #FB6E8C is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 140 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.02 |
| HSL | 347.23º | 0.95% | 0.71% | - |
| HSV(B) | 347.23º | 0.56% | 0.98% | - |
| XYZ | 50.09 | 33.55 | 28.65 | - |
| YUV | 155.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 140 | 0 | 0.56 | 0.44 | 0.02 | 347.23 | 0.95 | 0.71 |
| Hex | FB | 6E | 8C | 0 | 38 | 2C | 2 | 15B | 5F | 47 |
| Octal | 373 | 156 | 214 | 0 | 70 | 54 | 2 | 533 | 137 | 107 |
| Binary | 11111011 | 1101110 | 10001100 | 0 | 111000 | 101100 | 10 | 101011011 | 1011111 | 1000111 |
Color Harmonies of #FB6E8C
Complementary color
Monochromatic Colors of #FB6E8C
Black with #FB6E8C
Text Example
Text Example
White with #FB6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6E8C; }
p { color: rgb(251,110,140); }
H1.HeaderClassName
{
color: #FB6E8C;
}
.AnyTagClassName
{
color: #FB6E8C;
}
</style>
background-color css
<style>
a { background-color: #FB6E8C; }
a { background-color: rgb(251,110,140); }
div.DivClassName
{
background-color: #FB6E8C;
}
.BgClassName
{
background-color: #FB6E8C;
}
</style>
border-color css
<style>
span { border-color: #FB6E8C; }
span { border-color: rgb(251,110,140); }
td.TdClassName
{
border-color: #FB6E8C;
}
.TagClassName
{
border-color: #FB6E8C;
}
</style>