Shades of Pink #FEBCCB
Tints of Pink #FEBCCB
RGB
CMYK
RGB Variations
Color information
#FEBCCB (or 0xFEBCCB) is known color: Pink. HEX triplet: FE, BC and CB. RGB value is (254,188,203). Sum of RGB (Red+Green+Blue) = 254+188+203=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCCB is #014334. Grayscale: #D1D1D1. Windows color (decimal): -82741 or 13352190. OLE color: 13352190.
HSL color Cylindrical-coordinate representation of color #FEBCCB: hue angle of 346.36º 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 #FEBCCB is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 203 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.00 |
| HSL | 346.36º | 0.97% | 0.87% | - |
| HSV(B) | 346.36º | 0.26% | 1% | - |
| XYZ | 69.64 | 61.35 | 64.67 | - |
| YUV | 209.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 203 | 0 | 0.26 | 0.20 | 0.00 | 346.36 | 0.97 | 0.87 |
| Hex | FE | BC | CB | 0 | 1A | 14 | 0 | 15A | 61 | 57 |
| Octal | 376 | 274 | 313 | 0 | 32 | 24 | 0 | 532 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11001011 | 0 | 11010 | 10100 | 0 | 101011010 | 1100001 | 1010111 |
Color Harmonies of #FEBCCB
Complementary color
Monochromatic Colors of #FEBCCB
Black with #FEBCCB
Text Example
Text Example
White with #FEBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCCB; }
p { color: rgb(254,188,203); }
H1.HeaderClassName
{
color: #FEBCCB;
}
.AnyTagClassName
{
color: #FEBCCB;
}
</style>
background-color css
<style>
a { background-color: #FEBCCB; }
a { background-color: rgb(254,188,203); }
div.DivClassName
{
background-color: #FEBCCB;
}
.BgClassName
{
background-color: #FEBCCB;
}
</style>
border-color css
<style>
span { border-color: #FEBCCB; }
span { border-color: rgb(254,188,203); }
td.TdClassName
{
border-color: #FEBCCB;
}
.TagClassName
{
border-color: #FEBCCB;
}
</style>