Shades of Brink Pink #FE6E8C
Tints of Brink Pink #FE6E8C
RGB
CMYK
RGB Variations
Color information
#FE6E8C (or 0xFE6E8C) is known color: Brink Pink. HEX triplet: FE, 6E and 8C. RGB value is (254,110,140). Sum of RGB (Red+Green+Blue) = 254+110+140=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6E8C is #019173. Grayscale: #9C9C9C. Windows color (decimal): -102772 or 9203454. OLE color: 9203454.
HSL color Cylindrical-coordinate representation of color #FE6E8C: hue angle of 347.5º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6E8C is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 140 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.00 |
| HSL | 347.5º | 0.99% | 0.71% | - |
| HSV(B) | 347.5º | 0.57% | 1% | - |
| XYZ | 51.18 | 34.12 | 28.7 | - |
| YUV | 156.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 140 | 0 | 0.57 | 0.45 | 0.00 | 347.5 | 0.99 | 0.71 |
| Hex | FE | 6E | 8C | 0 | 39 | 2D | 0 | 15C | 63 | 47 |
| Octal | 376 | 156 | 214 | 0 | 71 | 55 | 0 | 534 | 143 | 107 |
| Binary | 11111110 | 1101110 | 10001100 | 0 | 111001 | 101101 | 0 | 101011100 | 1100011 | 1000111 |
Color Harmonies of #FE6E8C
Complementary color
Monochromatic Colors of #FE6E8C
Black with #FE6E8C
Text Example
Text Example
White with #FE6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6E8C; }
p { color: rgb(254,110,140); }
H1.HeaderClassName
{
color: #FE6E8C;
}
.AnyTagClassName
{
color: #FE6E8C;
}
</style>
background-color css
<style>
a { background-color: #FE6E8C; }
a { background-color: rgb(254,110,140); }
div.DivClassName
{
background-color: #FE6E8C;
}
.BgClassName
{
background-color: #FE6E8C;
}
</style>
border-color css
<style>
span { border-color: #FE6E8C; }
span { border-color: rgb(254,110,140); }
td.TdClassName
{
border-color: #FE6E8C;
}
.TagClassName
{
border-color: #FE6E8C;
}
</style>