Shades of Pink #FEBACC
Tints of Pink #FEBACC
RGB
CMYK
RGB Variations
Color information
#FEBACC (or 0xFEBACC) is known color: Pink. HEX triplet: FE, BA and CC. RGB value is (254,186,204). Sum of RGB (Red+Green+Blue) = 254+186+204=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBACC is #014533. Grayscale: #D0D0D0. Windows color (decimal): -83252 or 13417214. OLE color: 13417214.
HSL color Cylindrical-coordinate representation of color #FEBACC: hue angle of 344.12º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEBACC is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 204 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.00 |
| HSL | 344.12º | 0.97% | 0.86% | - |
| HSV(B) | 344.12º | 0.27% | 1% | - |
| XYZ | 69.33 | 60.55 | 65.16 | - |
| YUV | 208.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 204 | 0 | 0.27 | 0.20 | 0.00 | 344.12 | 0.97 | 0.86 |
| Hex | FE | BA | CC | 0 | 1B | 14 | 0 | 158 | 61 | 56 |
| Octal | 376 | 272 | 314 | 0 | 33 | 24 | 0 | 530 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11001100 | 0 | 11011 | 10100 | 0 | 101011000 | 1100001 | 1010110 |
Color Harmonies of #FEBACC
Complementary color
Monochromatic Colors of #FEBACC
Black with #FEBACC
Text Example
Text Example
White with #FEBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBACC; }
p { color: rgb(254,186,204); }
H1.HeaderClassName
{
color: #FEBACC;
}
.AnyTagClassName
{
color: #FEBACC;
}
</style>
background-color css
<style>
a { background-color: #FEBACC; }
a { background-color: rgb(254,186,204); }
div.DivClassName
{
background-color: #FEBACC;
}
.BgClassName
{
background-color: #FEBACC;
}
</style>
border-color css
<style>
span { border-color: #FEBACC; }
span { border-color: rgb(254,186,204); }
td.TdClassName
{
border-color: #FEBACC;
}
.TagClassName
{
border-color: #FEBACC;
}
</style>