Shades of Pink #FEBCCD
Tints of Pink #FEBCCD
RGB
CMYK
RGB Variations
Color information
#FEBCCD (or 0xFEBCCD) is known color: Pink. HEX triplet: FE, BC and CD. RGB value is (254,188,205). Sum of RGB (Red+Green+Blue) = 254+188+205=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCCD is #014332. Grayscale: #D1D1D1. Windows color (decimal): -82739 or 13483262. OLE color: 13483262.
HSL color Cylindrical-coordinate representation of color #FEBCCD: hue angle of 344.55º 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 #FEBCCD is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 205 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.00 |
| HSL | 344.55º | 0.97% | 0.87% | - |
| HSV(B) | 344.55º | 0.26% | 1% | - |
| XYZ | 69.88 | 61.45 | 65.93 | - |
| YUV | 209.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 205 | 0 | 0.26 | 0.19 | 0.00 | 344.55 | 0.97 | 0.87 |
| Hex | FE | BC | CD | 0 | 1A | 13 | 0 | 159 | 61 | 57 |
| Octal | 376 | 274 | 315 | 0 | 32 | 23 | 0 | 531 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11001101 | 0 | 11010 | 10011 | 0 | 101011001 | 1100001 | 1010111 |
Color Harmonies of #FEBCCD
Complementary color
Monochromatic Colors of #FEBCCD
Black with #FEBCCD
Text Example
Text Example
White with #FEBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCCD; }
p { color: rgb(254,188,205); }
H1.HeaderClassName
{
color: #FEBCCD;
}
.AnyTagClassName
{
color: #FEBCCD;
}
</style>
background-color css
<style>
a { background-color: #FEBCCD; }
a { background-color: rgb(254,188,205); }
div.DivClassName
{
background-color: #FEBCCD;
}
.BgClassName
{
background-color: #FEBCCD;
}
</style>
border-color css
<style>
span { border-color: #FEBCCD; }
span { border-color: rgb(254,188,205); }
td.TdClassName
{
border-color: #FEBCCD;
}
.TagClassName
{
border-color: #FEBCCD;
}
</style>