Shades of Pink #FEBCCE
Tints of Pink #FEBCCE
RGB
CMYK
RGB Variations
Color information
#FEBCCE (or 0xFEBCCE) is known color: Pink. HEX triplet: FE, BC and CE. RGB value is (254,188,206). Sum of RGB (Red+Green+Blue) = 254+188+206=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCCE is #014331. Grayscale: #D1D1D1. Windows color (decimal): -82738 or 13548798. OLE color: 13548798.
HSL color Cylindrical-coordinate representation of color #FEBCCE: hue angle of 343.64º 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 #FEBCCE is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 206 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.00 |
| HSL | 343.64º | 0.97% | 0.87% | - |
| HSV(B) | 343.64º | 0.26% | 1% | - |
| XYZ | 70 | 61.49 | 66.57 | - |
| YUV | 209.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 206 | 0 | 0.26 | 0.19 | 0.00 | 343.64 | 0.97 | 0.87 |
| Hex | FE | BC | CE | 0 | 1A | 13 | 0 | 158 | 61 | 57 |
| Octal | 376 | 274 | 316 | 0 | 32 | 23 | 0 | 530 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11001110 | 0 | 11010 | 10011 | 0 | 101011000 | 1100001 | 1010111 |
Color Harmonies of #FEBCCE
Complementary color
Monochromatic Colors of #FEBCCE
Black with #FEBCCE
Text Example
Text Example
White with #FEBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCCE; }
p { color: rgb(254,188,206); }
H1.HeaderClassName
{
color: #FEBCCE;
}
.AnyTagClassName
{
color: #FEBCCE;
}
</style>
background-color css
<style>
a { background-color: #FEBCCE; }
a { background-color: rgb(254,188,206); }
div.DivClassName
{
background-color: #FEBCCE;
}
.BgClassName
{
background-color: #FEBCCE;
}
</style>
border-color css
<style>
span { border-color: #FEBCCE; }
span { border-color: rgb(254,188,206); }
td.TdClassName
{
border-color: #FEBCCE;
}
.TagClassName
{
border-color: #FEBCCE;
}
</style>