Shades of Brink Pink #FB668C
Tints of Brink Pink #FB668C
RGB
CMYK
RGB Variations
Color information
#FB668C (or 0xFB668C) is known color: Brink Pink. HEX triplet: FB, 66 and 8C. RGB value is (251,102,140). Sum of RGB (Red+Green+Blue) = 251+102+140=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB668C is #049973. Grayscale: #969696. Windows color (decimal): -301428 or 9201403. OLE color: 9201403.
HSL color Cylindrical-coordinate representation of color #FB668C: hue angle of 344.7º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB668C is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 140 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.02 |
| HSL | 344.7º | 0.95% | 0.69% | - |
| HSV(B) | 344.7º | 0.59% | 0.98% | - |
| XYZ | 49.27 | 31.91 | 28.37 | - |
| YUV | 150.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 140 | 0 | 0.59 | 0.44 | 0.02 | 344.7 | 0.95 | 0.69 |
| Hex | FB | 66 | 8C | 0 | 3B | 2C | 2 | 159 | 5F | 45 |
| Octal | 373 | 146 | 214 | 0 | 73 | 54 | 2 | 531 | 137 | 105 |
| Binary | 11111011 | 1100110 | 10001100 | 0 | 111011 | 101100 | 10 | 101011001 | 1011111 | 1000101 |
Color Harmonies of #FB668C
Complementary color
Monochromatic Colors of #FB668C
Black with #FB668C
Text Example
Text Example
White with #FB668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB668C; }
p { color: rgb(251,102,140); }
H1.HeaderClassName
{
color: #FB668C;
}
.AnyTagClassName
{
color: #FB668C;
}
</style>
background-color css
<style>
a { background-color: #FB668C; }
a { background-color: rgb(251,102,140); }
div.DivClassName
{
background-color: #FB668C;
}
.BgClassName
{
background-color: #FB668C;
}
</style>
border-color css
<style>
span { border-color: #FB668C; }
span { border-color: rgb(251,102,140); }
td.TdClassName
{
border-color: #FB668C;
}
.TagClassName
{
border-color: #FB668C;
}
</style>