Shades of Brink Pink #FB6E7E
Tints of Brink Pink #FB6E7E
RGB
CMYK
RGB Variations
Color information
#FB6E7E (or 0xFB6E7E) is known color: Brink Pink. HEX triplet: FB, 6E and 7E. RGB value is (251,110,126). Sum of RGB (Red+Green+Blue) = 251+110+126=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6E7E is #049181. Grayscale: #9A9A9A. Windows color (decimal): -299394 or 8285947. OLE color: 8285947.
HSL color Cylindrical-coordinate representation of color #FB6E7E: hue angle of 353.19º 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 #FB6E7E is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 126 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.02 |
| HSL | 353.19º | 0.95% | 0.71% | - |
| HSV(B) | 353.19º | 0.56% | 0.98% | - |
| XYZ | 49.13 | 33.17 | 23.55 | - |
| YUV | 153.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 126 | 0 | 0.56 | 0.50 | 0.02 | 353.19 | 0.95 | 0.71 |
| Hex | FB | 6E | 7E | 0 | 38 | 32 | 2 | 161 | 5F | 47 |
| Octal | 373 | 156 | 176 | 0 | 70 | 62 | 2 | 541 | 137 | 107 |
| Binary | 11111011 | 1101110 | 1111110 | 0 | 111000 | 110010 | 10 | 101100001 | 1011111 | 1000111 |
Color Harmonies of #FB6E7E
Complementary color
Monochromatic Colors of #FB6E7E
Black with #FB6E7E
Text Example
Text Example
White with #FB6E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6E7E; }
p { color: rgb(251,110,126); }
H1.HeaderClassName
{
color: #FB6E7E;
}
.AnyTagClassName
{
color: #FB6E7E;
}
</style>
background-color css
<style>
a { background-color: #FB6E7E; }
a { background-color: rgb(251,110,126); }
div.DivClassName
{
background-color: #FB6E7E;
}
.BgClassName
{
background-color: #FB6E7E;
}
</style>
border-color css
<style>
span { border-color: #FB6E7E; }
span { border-color: rgb(251,110,126); }
td.TdClassName
{
border-color: #FB6E7E;
}
.TagClassName
{
border-color: #FB6E7E;
}
</style>