Shades of Pink #FEBCC8
Tints of Pink #FEBCC8
RGB
CMYK
RGB Variations
Color information
#FEBCC8 (or 0xFEBCC8) is known color: Pink. HEX triplet: FE, BC and C8. RGB value is (254,188,200). Sum of RGB (Red+Green+Blue) = 254+188+200=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCC8 is #014337. Grayscale: #D1D1D1. Windows color (decimal): -82744 or 13155582. OLE color: 13155582.
HSL color Cylindrical-coordinate representation of color #FEBCC8: hue angle of 349.09º 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 #FEBCC8 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 200 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.00 |
| HSL | 349.09º | 0.97% | 0.87% | - |
| HSV(B) | 349.09º | 0.26% | 1% | - |
| XYZ | 69.28 | 61.21 | 62.81 | - |
| YUV | 209.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 200 | 0 | 0.26 | 0.21 | 0.00 | 349.09 | 0.97 | 0.87 |
| Hex | FE | BC | C8 | 0 | 1A | 15 | 0 | 15D | 61 | 57 |
| Octal | 376 | 274 | 310 | 0 | 32 | 25 | 0 | 535 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11001000 | 0 | 11010 | 10101 | 0 | 101011101 | 1100001 | 1010111 |
Color Harmonies of #FEBCC8
Complementary color
Monochromatic Colors of #FEBCC8
Black with #FEBCC8
Text Example
Text Example
White with #FEBCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCC8; }
p { color: rgb(254,188,200); }
H1.HeaderClassName
{
color: #FEBCC8;
}
.AnyTagClassName
{
color: #FEBCC8;
}
</style>
background-color css
<style>
a { background-color: #FEBCC8; }
a { background-color: rgb(254,188,200); }
div.DivClassName
{
background-color: #FEBCC8;
}
.BgClassName
{
background-color: #FEBCC8;
}
</style>
border-color css
<style>
span { border-color: #FEBCC8; }
span { border-color: rgb(254,188,200); }
td.TdClassName
{
border-color: #FEBCC8;
}
.TagClassName
{
border-color: #FEBCC8;
}
</style>