Shades of Brink Pink #FB698C
Tints of Brink Pink #FB698C
RGB
CMYK
RGB Variations
Color information
#FB698C (or 0xFB698C) is known color: Brink Pink. HEX triplet: FB, 69 and 8C. RGB value is (251,105,140). Sum of RGB (Red+Green+Blue) = 251+105+140=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB698C is #049673. Grayscale: #989898. Windows color (decimal): -300660 or 9202171. OLE color: 9202171.
HSL color Cylindrical-coordinate representation of color #FB698C: hue angle of 345.62º 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 #FB698C is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 140 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.02 |
| HSL | 345.62º | 0.95% | 0.7% | - |
| HSV(B) | 345.62º | 0.58% | 0.98% | - |
| XYZ | 49.57 | 32.51 | 28.47 | - |
| YUV | 152.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 140 | 0 | 0.58 | 0.44 | 0.02 | 345.62 | 0.95 | 0.7 |
| Hex | FB | 69 | 8C | 0 | 3A | 2C | 2 | 15A | 5F | 46 |
| Octal | 373 | 151 | 214 | 0 | 72 | 54 | 2 | 532 | 137 | 106 |
| Binary | 11111011 | 1101001 | 10001100 | 0 | 111010 | 101100 | 10 | 101011010 | 1011111 | 1000110 |
Color Harmonies of #FB698C
Complementary color
Monochromatic Colors of #FB698C
Black with #FB698C
Text Example
Text Example
White with #FB698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB698C; }
p { color: rgb(251,105,140); }
H1.HeaderClassName
{
color: #FB698C;
}
.AnyTagClassName
{
color: #FB698C;
}
</style>
background-color css
<style>
a { background-color: #FB698C; }
a { background-color: rgb(251,105,140); }
div.DivClassName
{
background-color: #FB698C;
}
.BgClassName
{
background-color: #FB698C;
}
</style>
border-color css
<style>
span { border-color: #FB698C; }
span { border-color: rgb(251,105,140); }
td.TdClassName
{
border-color: #FB698C;
}
.TagClassName
{
border-color: #FB698C;
}
</style>