Shades of Brink Pink #FE6688
Tints of Brink Pink #FE6688
RGB
CMYK
RGB Variations
Color information
#FE6688 (or 0xFE6688) is known color: Brink Pink. HEX triplet: FE, 66 and 88. RGB value is (254,102,136). Sum of RGB (Red+Green+Blue) = 254+102+136=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6688 is #019977. Grayscale: #979797. Windows color (decimal): -104824 or 8939262. OLE color: 8939262.
HSL color Cylindrical-coordinate representation of color #FE6688: hue angle of 346.58º 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 #FE6688 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 136 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.00 |
| HSL | 346.58º | 0.99% | 0.7% | - |
| HSV(B) | 346.58º | 0.6% | 1% | - |
| XYZ | 50.07 | 32.35 | 26.9 | - |
| YUV | 151.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 136 | 0 | 0.60 | 0.46 | 0.00 | 346.58 | 0.99 | 0.7 |
| Hex | FE | 66 | 88 | 0 | 3C | 2E | 0 | 15B | 63 | 46 |
| Octal | 376 | 146 | 210 | 0 | 74 | 56 | 0 | 533 | 143 | 106 |
| Binary | 11111110 | 1100110 | 10001000 | 0 | 111100 | 101110 | 0 | 101011011 | 1100011 | 1000110 |
Color Harmonies of #FE6688
Complementary color
Monochromatic Colors of #FE6688
Black with #FE6688
Text Example
Text Example
White with #FE6688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6688; }
p { color: rgb(254,102,136); }
H1.HeaderClassName
{
color: #FE6688;
}
.AnyTagClassName
{
color: #FE6688;
}
</style>
background-color css
<style>
a { background-color: #FE6688; }
a { background-color: rgb(254,102,136); }
div.DivClassName
{
background-color: #FE6688;
}
.BgClassName
{
background-color: #FE6688;
}
</style>
border-color css
<style>
span { border-color: #FE6688; }
span { border-color: rgb(254,102,136); }
td.TdClassName
{
border-color: #FE6688;
}
.TagClassName
{
border-color: #FE6688;
}
</style>