Shades of Brink Pink #FB688C
Tints of Brink Pink #FB688C
RGB
CMYK
RGB Variations
Color information
#FB688C (or 0xFB688C) is known color: Brink Pink. HEX triplet: FB, 68 and 8C. RGB value is (251,104,140). Sum of RGB (Red+Green+Blue) = 251+104+140=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB688C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB688C is #049773. Grayscale: #989898. Windows color (decimal): -300916 or 9201915. OLE color: 9201915.
HSL color Cylindrical-coordinate representation of color #FB688C: hue angle of 345.31º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB688C is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 140 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.02 |
| HSL | 345.31º | 0.95% | 0.7% | - |
| HSV(B) | 345.31º | 0.59% | 0.98% | - |
| XYZ | 49.47 | 32.3 | 28.44 | - |
| YUV | 152.06 | 121.2 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 140 | 0 | 0.59 | 0.44 | 0.02 | 345.31 | 0.95 | 0.7 |
| Hex | FB | 68 | 8C | 0 | 3B | 2C | 2 | 159 | 5F | 46 |
| Octal | 373 | 150 | 214 | 0 | 73 | 54 | 2 | 531 | 137 | 106 |
| Binary | 11111011 | 1101000 | 10001100 | 0 | 111011 | 101100 | 10 | 101011001 | 1011111 | 1000110 |
Color Harmonies of #FB688C
Complementary color
Monochromatic Colors of #FB688C
Black with #FB688C
Text Example
Text Example
White with #FB688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB688C; }
p { color: rgb(251,104,140); }
H1.HeaderClassName
{
color: #FB688C;
}
.AnyTagClassName
{
color: #FB688C;
}
</style>
background-color css
<style>
a { background-color: #FB688C; }
a { background-color: rgb(251,104,140); }
div.DivClassName
{
background-color: #FB688C;
}
.BgClassName
{
background-color: #FB688C;
}
</style>
border-color css
<style>
span { border-color: #FB688C; }
span { border-color: rgb(251,104,140); }
td.TdClassName
{
border-color: #FB688C;
}
.TagClassName
{
border-color: #FB688C;
}
</style>