Shades of Brink Pink #FE6885
Tints of Brink Pink #FE6885
RGB
CMYK
RGB Variations
Color information
#FE6885 (or 0xFE6885) is known color: Brink Pink. HEX triplet: FE, 68 and 85. RGB value is (254,104,133). Sum of RGB (Red+Green+Blue) = 254+104+133=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6885 is #01977A. Grayscale: #989898. Windows color (decimal): -104315 or 8743166. OLE color: 8743166.
HSL color Cylindrical-coordinate representation of color #FE6885: hue angle of 348.4º 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 #FE6885 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 133 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.00 |
| HSL | 348.4º | 0.99% | 0.7% | - |
| HSV(B) | 348.4º | 0.59% | 1% | - |
| XYZ | 50.06 | 32.66 | 25.86 | - |
| YUV | 152.16 | 117.2 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 133 | 0 | 0.59 | 0.48 | 0.00 | 348.4 | 0.99 | 0.7 |
| Hex | FE | 68 | 85 | 0 | 3B | 30 | 0 | 15C | 63 | 46 |
| Octal | 376 | 150 | 205 | 0 | 73 | 60 | 0 | 534 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10000101 | 0 | 111011 | 110000 | 0 | 101011100 | 1100011 | 1000110 |
Color Harmonies of #FE6885
Complementary color
Monochromatic Colors of #FE6885
Black with #FE6885
Text Example
Text Example
White with #FE6885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6885; }
p { color: rgb(254,104,133); }
H1.HeaderClassName
{
color: #FE6885;
}
.AnyTagClassName
{
color: #FE6885;
}
</style>
background-color css
<style>
a { background-color: #FE6885; }
a { background-color: rgb(254,104,133); }
div.DivClassName
{
background-color: #FE6885;
}
.BgClassName
{
background-color: #FE6885;
}
</style>
border-color css
<style>
span { border-color: #FE6885; }
span { border-color: rgb(254,104,133); }
td.TdClassName
{
border-color: #FE6885;
}
.TagClassName
{
border-color: #FE6885;
}
</style>