Shades of Brink Pink #FE6D8B
Tints of Brink Pink #FE6D8B
RGB
CMYK
RGB Variations
Color information
#FE6D8B (or 0xFE6D8B) is known color: Brink Pink. HEX triplet: FE, 6D and 8B. RGB value is (254,109,139). Sum of RGB (Red+Green+Blue) = 254+109+139=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6D8B is #019274. Grayscale: #9B9B9B. Windows color (decimal): -103029 or 9137662. OLE color: 9137662.
HSL color Cylindrical-coordinate representation of color #FE6D8B: hue angle of 347.59º 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 #FE6D8B is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 139 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.00 |
| HSL | 347.59º | 0.99% | 0.71% | - |
| HSV(B) | 347.59º | 0.57% | 1% | - |
| XYZ | 51 | 33.87 | 28.28 | - |
| YUV | 155.78 | 118.54 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 139 | 0 | 0.57 | 0.45 | 0.00 | 347.59 | 0.99 | 0.71 |
| Hex | FE | 6D | 8B | 0 | 39 | 2D | 0 | 15C | 63 | 47 |
| Octal | 376 | 155 | 213 | 0 | 71 | 55 | 0 | 534 | 143 | 107 |
| Binary | 11111110 | 1101101 | 10001011 | 0 | 111001 | 101101 | 0 | 101011100 | 1100011 | 1000111 |
Color Harmonies of #FE6D8B
Complementary color
Monochromatic Colors of #FE6D8B
Black with #FE6D8B
Text Example
Text Example
White with #FE6D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D8B; }
p { color: rgb(254,109,139); }
H1.HeaderClassName
{
color: #FE6D8B;
}
.AnyTagClassName
{
color: #FE6D8B;
}
</style>
background-color css
<style>
a { background-color: #FE6D8B; }
a { background-color: rgb(254,109,139); }
div.DivClassName
{
background-color: #FE6D8B;
}
.BgClassName
{
background-color: #FE6D8B;
}
</style>
border-color css
<style>
span { border-color: #FE6D8B; }
span { border-color: rgb(254,109,139); }
td.TdClassName
{
border-color: #FE6D8B;
}
.TagClassName
{
border-color: #FE6D8B;
}
</style>