Shades of Pink #FEBCC7
Tints of Pink #FEBCC7
RGB
CMYK
RGB Variations
Color information
#FEBCC7 (or 0xFEBCC7) is known color: Pink. HEX triplet: FE, BC and C7. RGB value is (254,188,199). Sum of RGB (Red+Green+Blue) = 254+188+199=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCC7 is #014338. Grayscale: #D1D1D1. Windows color (decimal): -82745 or 13090046. OLE color: 13090046.
HSL color Cylindrical-coordinate representation of color #FEBCC7: hue angle of 350º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBCC7 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 199 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.00 |
| HSL | 350º | 0.97% | 0.87% | - |
| HSV(B) | 350º | 0.26% | 1% | - |
| XYZ | 69.17 | 61.16 | 62.19 | - |
| YUV | 208.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 199 | 0 | 0.26 | 0.22 | 0.00 | 350 | 0.97 | 0.87 |
| Hex | FE | BC | C7 | 0 | 1A | 16 | 0 | 15E | 61 | 57 |
| Octal | 376 | 274 | 307 | 0 | 32 | 26 | 0 | 536 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11000111 | 0 | 11010 | 10110 | 0 | 101011110 | 1100001 | 1010111 |
Color Harmonies of #FEBCC7
Complementary color
Monochromatic Colors of #FEBCC7
Black with #FEBCC7
Text Example
Text Example
White with #FEBCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCC7; }
p { color: rgb(254,188,199); }
H1.HeaderClassName
{
color: #FEBCC7;
}
.AnyTagClassName
{
color: #FEBCC7;
}
</style>
background-color css
<style>
a { background-color: #FEBCC7; }
a { background-color: rgb(254,188,199); }
div.DivClassName
{
background-color: #FEBCC7;
}
.BgClassName
{
background-color: #FEBCC7;
}
</style>
border-color css
<style>
span { border-color: #FEBCC7; }
span { border-color: rgb(254,188,199); }
td.TdClassName
{
border-color: #FEBCC7;
}
.TagClassName
{
border-color: #FEBCC7;
}
</style>