Shades of Pink #FEBACA
Tints of Pink #FEBACA
RGB
CMYK
RGB Variations
Color information
#FEBACA (or 0xFEBACA) is known color: Pink. HEX triplet: FE, BA and CA. RGB value is (254,186,202). Sum of RGB (Red+Green+Blue) = 254+186+202=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBACA is #014535. Grayscale: #D0D0D0. Windows color (decimal): -83254 or 13286142. OLE color: 13286142.
HSL color Cylindrical-coordinate representation of color #FEBACA: hue angle of 345.88º 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 #FEBACA is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 202 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.00 |
| HSL | 345.88º | 0.97% | 0.86% | - |
| HSV(B) | 345.88º | 0.27% | 1% | - |
| XYZ | 69.09 | 60.45 | 63.9 | - |
| YUV | 208.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 202 | 0 | 0.27 | 0.20 | 0.00 | 345.88 | 0.97 | 0.86 |
| Hex | FE | BA | CA | 0 | 1B | 14 | 0 | 15A | 61 | 56 |
| Octal | 376 | 272 | 312 | 0 | 33 | 24 | 0 | 532 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11001010 | 0 | 11011 | 10100 | 0 | 101011010 | 1100001 | 1010110 |
Color Harmonies of #FEBACA
Complementary color
Monochromatic Colors of #FEBACA
Black with #FEBACA
Text Example
Text Example
White with #FEBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBACA; }
p { color: rgb(254,186,202); }
H1.HeaderClassName
{
color: #FEBACA;
}
.AnyTagClassName
{
color: #FEBACA;
}
</style>
background-color css
<style>
a { background-color: #FEBACA; }
a { background-color: rgb(254,186,202); }
div.DivClassName
{
background-color: #FEBACA;
}
.BgClassName
{
background-color: #FEBACA;
}
</style>
border-color css
<style>
span { border-color: #FEBACA; }
span { border-color: rgb(254,186,202); }
td.TdClassName
{
border-color: #FEBACA;
}
.TagClassName
{
border-color: #FEBACA;
}
</style>