Shades of Brink Pink #FE677C
Tints of Brink Pink #FE677C
RGB
CMYK
RGB Variations
Color information
#FE677C (or 0xFE677C) is known color: Brink Pink. HEX triplet: FE, 67 and 7C. RGB value is (254,103,124). Sum of RGB (Red+Green+Blue) = 254+103+124=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE677C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE677C is #019883. Grayscale: #969696. Windows color (decimal): -104580 or 8153086. OLE color: 8153086.
HSL color Cylindrical-coordinate representation of color #FE677C: hue angle of 351.66º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE677C is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 124 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.00 |
| HSL | 351.66º | 0.99% | 0.7% | - |
| HSV(B) | 351.66º | 0.59% | 1% | - |
| XYZ | 49.36 | 32.23 | 22.69 | - |
| YUV | 150.54 | 113.03 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 124 | 0 | 0.59 | 0.51 | 0.00 | 351.66 | 0.99 | 0.7 |
| Hex | FE | 67 | 7C | 0 | 3B | 33 | 0 | 160 | 63 | 46 |
| Octal | 376 | 147 | 174 | 0 | 73 | 63 | 0 | 540 | 143 | 106 |
| Binary | 11111110 | 1100111 | 1111100 | 0 | 111011 | 110011 | 0 | 101100000 | 1100011 | 1000110 |
Color Harmonies of #FE677C
Complementary color
Monochromatic Colors of #FE677C
Black with #FE677C
Text Example
Text Example
White with #FE677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE677C; }
p { color: rgb(254,103,124); }
H1.HeaderClassName
{
color: #FE677C;
}
.AnyTagClassName
{
color: #FE677C;
}
</style>
background-color css
<style>
a { background-color: #FE677C; }
a { background-color: rgb(254,103,124); }
div.DivClassName
{
background-color: #FE677C;
}
.BgClassName
{
background-color: #FE677C;
}
</style>
border-color css
<style>
span { border-color: #FE677C; }
span { border-color: rgb(254,103,124); }
td.TdClassName
{
border-color: #FE677C;
}
.TagClassName
{
border-color: #FE677C;
}
</style>