Shades of Pink #FEBCCC
Tints of Pink #FEBCCC
RGB
CMYK
RGB Variations
Color information
#FEBCCC (or 0xFEBCCC) is known color: Pink. HEX triplet: FE, BC and CC. RGB value is (254,188,204). Sum of RGB (Red+Green+Blue) = 254+188+204=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCCC is #014333. Grayscale: #D1D1D1. Windows color (decimal): -82740 or 13417726. OLE color: 13417726.
HSL color Cylindrical-coordinate representation of color #FEBCCC: hue angle of 345.45º 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 #FEBCCC is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 204 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.00 |
| HSL | 345.45º | 0.97% | 0.87% | - |
| HSV(B) | 345.45º | 0.26% | 1% | - |
| XYZ | 69.76 | 61.4 | 65.3 | - |
| YUV | 209.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 204 | 0 | 0.26 | 0.20 | 0.00 | 345.45 | 0.97 | 0.87 |
| Hex | FE | BC | CC | 0 | 1A | 14 | 0 | 159 | 61 | 57 |
| Octal | 376 | 274 | 314 | 0 | 32 | 24 | 0 | 531 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11001100 | 0 | 11010 | 10100 | 0 | 101011001 | 1100001 | 1010111 |
Color Harmonies of #FEBCCC
Complementary color
Monochromatic Colors of #FEBCCC
Black with #FEBCCC
Text Example
Text Example
White with #FEBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCCC; }
p { color: rgb(254,188,204); }
H1.HeaderClassName
{
color: #FEBCCC;
}
.AnyTagClassName
{
color: #FEBCCC;
}
</style>
background-color css
<style>
a { background-color: #FEBCCC; }
a { background-color: rgb(254,188,204); }
div.DivClassName
{
background-color: #FEBCCC;
}
.BgClassName
{
background-color: #FEBCCC;
}
</style>
border-color css
<style>
span { border-color: #FEBCCC; }
span { border-color: rgb(254,188,204); }
td.TdClassName
{
border-color: #FEBCCC;
}
.TagClassName
{
border-color: #FEBCCC;
}
</style>