Shades of Brink Pink #FB6677
Tints of Brink Pink #FB6677
RGB
CMYK
RGB Variations
Color information
#FB6677 (or 0xFB6677) is known color: Brink Pink. HEX triplet: FB, 66 and 77. RGB value is (251,102,119). Sum of RGB (Red+Green+Blue) = 251+102+119=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6677 is #049988. Grayscale: #949494. Windows color (decimal): -301449 or 7825147. OLE color: 7825147.
HSL color Cylindrical-coordinate representation of color #FB6677: hue angle of 353.15º 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 #FB6677 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 119 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.02 |
| HSL | 353.15º | 0.95% | 0.69% | - |
| HSV(B) | 353.15º | 0.59% | 0.98% | - |
| XYZ | 47.86 | 31.34 | 20.98 | - |
| YUV | 148.49 | 111.36 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 119 | 0 | 0.59 | 0.53 | 0.02 | 353.15 | 0.95 | 0.69 |
| Hex | FB | 66 | 77 | 0 | 3B | 35 | 2 | 161 | 5F | 45 |
| Octal | 373 | 146 | 167 | 0 | 73 | 65 | 2 | 541 | 137 | 105 |
| Binary | 11111011 | 1100110 | 1110111 | 0 | 111011 | 110101 | 10 | 101100001 | 1011111 | 1000101 |
Color Harmonies of #FB6677
Complementary color
Monochromatic Colors of #FB6677
Black with #FB6677
Text Example
Text Example
White with #FB6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6677; }
p { color: rgb(251,102,119); }
H1.HeaderClassName
{
color: #FB6677;
}
.AnyTagClassName
{
color: #FB6677;
}
</style>
background-color css
<style>
a { background-color: #FB6677; }
a { background-color: rgb(251,102,119); }
div.DivClassName
{
background-color: #FB6677;
}
.BgClassName
{
background-color: #FB6677;
}
</style>
border-color css
<style>
span { border-color: #FB6677; }
span { border-color: rgb(251,102,119); }
td.TdClassName
{
border-color: #FB6677;
}
.TagClassName
{
border-color: #FB6677;
}
</style>