Shades of Brink Pink #FE6685
Tints of Brink Pink #FE6685
RGB
CMYK
RGB Variations
Color information
#FE6685 (or 0xFE6685) is known color: Brink Pink. HEX triplet: FE, 66 and 85. RGB value is (254,102,133). Sum of RGB (Red+Green+Blue) = 254+102+133=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6685 is #01997A. Grayscale: #979797. Windows color (decimal): -104827 or 8742654. OLE color: 8742654.
HSL color Cylindrical-coordinate representation of color #FE6685: hue angle of 347.76º 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 #FE6685 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 133 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.00 |
| HSL | 347.76º | 0.99% | 0.7% | - |
| HSV(B) | 347.76º | 0.6% | 1% | - |
| XYZ | 49.86 | 32.27 | 25.79 | - |
| YUV | 150.98 | 117.86 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 133 | 0 | 0.60 | 0.48 | 0.00 | 347.76 | 0.99 | 0.7 |
| Hex | FE | 66 | 85 | 0 | 3C | 30 | 0 | 15C | 63 | 46 |
| Octal | 376 | 146 | 205 | 0 | 74 | 60 | 0 | 534 | 143 | 106 |
| Binary | 11111110 | 1100110 | 10000101 | 0 | 111100 | 110000 | 0 | 101011100 | 1100011 | 1000110 |
Color Harmonies of #FE6685
Complementary color
Monochromatic Colors of #FE6685
Black with #FE6685
Text Example
Text Example
White with #FE6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6685; }
p { color: rgb(254,102,133); }
H1.HeaderClassName
{
color: #FE6685;
}
.AnyTagClassName
{
color: #FE6685;
}
</style>
background-color css
<style>
a { background-color: #FE6685; }
a { background-color: rgb(254,102,133); }
div.DivClassName
{
background-color: #FE6685;
}
.BgClassName
{
background-color: #FE6685;
}
</style>
border-color css
<style>
span { border-color: #FE6685; }
span { border-color: rgb(254,102,133); }
td.TdClassName
{
border-color: #FE6685;
}
.TagClassName
{
border-color: #FE6685;
}
</style>