Shades of Brink Pink #FE6C8C
Tints of Brink Pink #FE6C8C
RGB
CMYK
RGB Variations
Color information
#FE6C8C (or 0xFE6C8C) is known color: Brink Pink. HEX triplet: FE, 6C and 8C. RGB value is (254,108,140). Sum of RGB (Red+Green+Blue) = 254+108+140=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6C8C is #019373. Grayscale: #9B9B9B. Windows color (decimal): -103284 or 9202942. OLE color: 9202942.
HSL color Cylindrical-coordinate representation of color #FE6C8C: hue angle of 346.85º 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 #FE6C8C is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 140 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.00 |
| HSL | 346.85º | 0.99% | 0.71% | - |
| HSV(B) | 346.85º | 0.57% | 1% | - |
| XYZ | 50.97 | 33.69 | 28.63 | - |
| YUV | 155.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 140 | 0 | 0.57 | 0.45 | 0.00 | 346.85 | 0.99 | 0.71 |
| Hex | FE | 6C | 8C | 0 | 39 | 2D | 0 | 15B | 63 | 47 |
| Octal | 376 | 154 | 214 | 0 | 71 | 55 | 0 | 533 | 143 | 107 |
| Binary | 11111110 | 1101100 | 10001100 | 0 | 111001 | 101101 | 0 | 101011011 | 1100011 | 1000111 |
Color Harmonies of #FE6C8C
Complementary color
Monochromatic Colors of #FE6C8C
Black with #FE6C8C
Text Example
Text Example
White with #FE6C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C8C; }
p { color: rgb(254,108,140); }
H1.HeaderClassName
{
color: #FE6C8C;
}
.AnyTagClassName
{
color: #FE6C8C;
}
</style>
background-color css
<style>
a { background-color: #FE6C8C; }
a { background-color: rgb(254,108,140); }
div.DivClassName
{
background-color: #FE6C8C;
}
.BgClassName
{
background-color: #FE6C8C;
}
</style>
border-color css
<style>
span { border-color: #FE6C8C; }
span { border-color: rgb(254,108,140); }
td.TdClassName
{
border-color: #FE6C8C;
}
.TagClassName
{
border-color: #FE6C8C;
}
</style>