Shades of Brink Pink #FB677E
Tints of Brink Pink #FB677E
RGB
CMYK
RGB Variations
Color information
#FB677E (or 0xFB677E) is known color: Brink Pink. HEX triplet: FB, 67 and 7E. RGB value is (251,103,126). Sum of RGB (Red+Green+Blue) = 251+103+126=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB677E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB677E is #049881. Grayscale: #959595. Windows color (decimal): -301186 or 8284155. OLE color: 8284155.
HSL color Cylindrical-coordinate representation of color #FB677E: hue angle of 350.68º 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 #FB677E is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 126 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.02 |
| HSL | 350.68º | 0.95% | 0.69% | - |
| HSV(B) | 350.68º | 0.59% | 0.98% | - |
| XYZ | 48.4 | 31.72 | 23.31 | - |
| YUV | 149.87 | 114.53 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 126 | 0 | 0.59 | 0.50 | 0.02 | 350.68 | 0.95 | 0.69 |
| Hex | FB | 67 | 7E | 0 | 3B | 32 | 2 | 15F | 5F | 45 |
| Octal | 373 | 147 | 176 | 0 | 73 | 62 | 2 | 537 | 137 | 105 |
| Binary | 11111011 | 1100111 | 1111110 | 0 | 111011 | 110010 | 10 | 101011111 | 1011111 | 1000101 |
Color Harmonies of #FB677E
Complementary color
Monochromatic Colors of #FB677E
Black with #FB677E
Text Example
Text Example
White with #FB677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB677E; }
p { color: rgb(251,103,126); }
H1.HeaderClassName
{
color: #FB677E;
}
.AnyTagClassName
{
color: #FB677E;
}
</style>
background-color css
<style>
a { background-color: #FB677E; }
a { background-color: rgb(251,103,126); }
div.DivClassName
{
background-color: #FB677E;
}
.BgClassName
{
background-color: #FB677E;
}
</style>
border-color css
<style>
span { border-color: #FB677E; }
span { border-color: rgb(251,103,126); }
td.TdClassName
{
border-color: #FB677E;
}
.TagClassName
{
border-color: #FB677E;
}
</style>