Shades of Brink Pink #FD677E
Tints of Brink Pink #FD677E
RGB
CMYK
RGB Variations
Color information
#FD677E (or 0xFD677E) is known color: Brink Pink. HEX triplet: FD, 67 and 7E. RGB value is (253,103,126). Sum of RGB (Red+Green+Blue) = 253+103+126=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD677E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD677E is #029881. Grayscale: #969696. Windows color (decimal): -170114 or 8284157. OLE color: 8284157.
HSL color Cylindrical-coordinate representation of color #FD677E: hue angle of 350.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD677E is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 103 | 126 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.01 |
| HSL | 350.8º | 0.97% | 0.7% | - |
| HSV(B) | 350.8º | 0.59% | 0.99% | - |
| XYZ | 49.12 | 32.09 | 23.34 | - |
| YUV | 150.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 103 | 126 | 0 | 0.59 | 0.50 | 0.01 | 350.8 | 0.97 | 0.7 |
| Hex | FD | 67 | 7E | 0 | 3B | 32 | 1 | 15F | 61 | 46 |
| Octal | 375 | 147 | 176 | 0 | 73 | 62 | 1 | 537 | 141 | 106 |
| Binary | 11111101 | 1100111 | 1111110 | 0 | 111011 | 110010 | 1 | 101011111 | 1100001 | 1000110 |
Color Harmonies of #FD677E
Complementary color
Monochromatic Colors of #FD677E
Black with #FD677E
Text Example
Text Example
White with #FD677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD677E; }
p { color: rgb(253,103,126); }
H1.HeaderClassName
{
color: #FD677E;
}
.AnyTagClassName
{
color: #FD677E;
}
</style>
background-color css
<style>
a { background-color: #FD677E; }
a { background-color: rgb(253,103,126); }
div.DivClassName
{
background-color: #FD677E;
}
.BgClassName
{
background-color: #FD677E;
}
</style>
border-color css
<style>
span { border-color: #FD677E; }
span { border-color: rgb(253,103,126); }
td.TdClassName
{
border-color: #FD677E;
}
.TagClassName
{
border-color: #FD677E;
}
</style>