Shades of Brink Pink #FE6B8C
Tints of Brink Pink #FE6B8C
RGB
CMYK
RGB Variations
Color information
#FE6B8C (or 0xFE6B8C) is known color: Brink Pink. HEX triplet: FE, 6B and 8C. RGB value is (254,107,140). Sum of RGB (Red+Green+Blue) = 254+107+140=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6B8C is #019473. Grayscale: #9A9A9A. Windows color (decimal): -103540 or 9202686. OLE color: 9202686.
HSL color Cylindrical-coordinate representation of color #FE6B8C: hue angle of 346.53º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6B8C is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 140 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.00 |
| HSL | 346.53º | 0.99% | 0.71% | - |
| HSV(B) | 346.53º | 0.58% | 1% | - |
| XYZ | 50.86 | 33.48 | 28.59 | - |
| YUV | 154.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 140 | 0 | 0.58 | 0.45 | 0.00 | 346.53 | 0.99 | 0.71 |
| Hex | FE | 6B | 8C | 0 | 3A | 2D | 0 | 15B | 63 | 47 |
| Octal | 376 | 153 | 214 | 0 | 72 | 55 | 0 | 533 | 143 | 107 |
| Binary | 11111110 | 1101011 | 10001100 | 0 | 111010 | 101101 | 0 | 101011011 | 1100011 | 1000111 |
Color Harmonies of #FE6B8C
Complementary color
Monochromatic Colors of #FE6B8C
Black with #FE6B8C
Text Example
Text Example
White with #FE6B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6B8C; }
p { color: rgb(254,107,140); }
H1.HeaderClassName
{
color: #FE6B8C;
}
.AnyTagClassName
{
color: #FE6B8C;
}
</style>
background-color css
<style>
a { background-color: #FE6B8C; }
a { background-color: rgb(254,107,140); }
div.DivClassName
{
background-color: #FE6B8C;
}
.BgClassName
{
background-color: #FE6B8C;
}
</style>
border-color css
<style>
span { border-color: #FE6B8C; }
span { border-color: rgb(254,107,140); }
td.TdClassName
{
border-color: #FE6B8C;
}
.TagClassName
{
border-color: #FE6B8C;
}
</style>