Shades of Brink Pink #FE6680
Tints of Brink Pink #FE6680
RGB
CMYK
RGB Variations
Color information
#FE6680 (or 0xFE6680) is known color: Brink Pink. HEX triplet: FE, 66 and 80. RGB value is (254,102,128). Sum of RGB (Red+Green+Blue) = 254+102+128=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6680 is #01997F. Grayscale: #969696. Windows color (decimal): -104832 or 8414974. OLE color: 8414974.
HSL color Cylindrical-coordinate representation of color #FE6680: hue angle of 349.74º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE6680 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 128 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.00 |
| HSL | 349.74º | 0.99% | 0.7% | - |
| HSV(B) | 349.74º | 0.6% | 1% | - |
| XYZ | 49.52 | 32.13 | 24.01 | - |
| YUV | 150.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 128 | 0 | 0.60 | 0.50 | 0.00 | 349.74 | 0.99 | 0.7 |
| Hex | FE | 66 | 80 | 0 | 3C | 32 | 0 | 15E | 63 | 46 |
| Octal | 376 | 146 | 200 | 0 | 74 | 62 | 0 | 536 | 143 | 106 |
| Binary | 11111110 | 1100110 | 10000000 | 0 | 111100 | 110010 | 0 | 101011110 | 1100011 | 1000110 |
Color Harmonies of #FE6680
Complementary color
Monochromatic Colors of #FE6680
Black with #FE6680
Text Example
Text Example
White with #FE6680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6680; }
p { color: rgb(254,102,128); }
H1.HeaderClassName
{
color: #FE6680;
}
.AnyTagClassName
{
color: #FE6680;
}
</style>
background-color css
<style>
a { background-color: #FE6680; }
a { background-color: rgb(254,102,128); }
div.DivClassName
{
background-color: #FE6680;
}
.BgClassName
{
background-color: #FE6680;
}
</style>
border-color css
<style>
span { border-color: #FE6680; }
span { border-color: rgb(254,102,128); }
td.TdClassName
{
border-color: #FE6680;
}
.TagClassName
{
border-color: #FE6680;
}
</style>