Shades of Pink #FEBAC7
Tints of Pink #FEBAC7
RGB
CMYK
RGB Variations
Color information
#FEBAC7 (or 0xFEBAC7) is known color: Pink. HEX triplet: FE, BA and C7. RGB value is (254,186,199). Sum of RGB (Red+Green+Blue) = 254+186+199=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAC7 is #014538. Grayscale: #CFCFCF. Windows color (decimal): -83257 or 13089534. OLE color: 13089534.
HSL color Cylindrical-coordinate representation of color #FEBAC7: hue angle of 348.53º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBAC7 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 199 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.00 |
| HSL | 348.53º | 0.97% | 0.86% | - |
| HSV(B) | 348.53º | 0.27% | 1% | - |
| XYZ | 68.74 | 60.31 | 62.05 | - |
| YUV | 207.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 199 | 0 | 0.27 | 0.22 | 0.00 | 348.53 | 0.97 | 0.86 |
| Hex | FE | BA | C7 | 0 | 1B | 16 | 0 | 15D | 61 | 56 |
| Octal | 376 | 272 | 307 | 0 | 33 | 26 | 0 | 535 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11000111 | 0 | 11011 | 10110 | 0 | 101011101 | 1100001 | 1010110 |
Color Harmonies of #FEBAC7
Complementary color
Monochromatic Colors of #FEBAC7
Black with #FEBAC7
Text Example
Text Example
White with #FEBAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAC7; }
p { color: rgb(254,186,199); }
H1.HeaderClassName
{
color: #FEBAC7;
}
.AnyTagClassName
{
color: #FEBAC7;
}
</style>
background-color css
<style>
a { background-color: #FEBAC7; }
a { background-color: rgb(254,186,199); }
div.DivClassName
{
background-color: #FEBAC7;
}
.BgClassName
{
background-color: #FEBAC7;
}
</style>
border-color css
<style>
span { border-color: #FEBAC7; }
span { border-color: rgb(254,186,199); }
td.TdClassName
{
border-color: #FEBAC7;
}
.TagClassName
{
border-color: #FEBAC7;
}
</style>