Shades of Light Pink #FEBAC0
Tints of Light Pink #FEBAC0
RGB
CMYK
RGB Variations
Color information
#FEBAC0 (or 0xFEBAC0) is known color: Light Pink. HEX triplet: FE, BA and C0. RGB value is (254,186,192). Sum of RGB (Red+Green+Blue) = 254+186+192=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAC0 is #01453F. Grayscale: #CFCFCF. Windows color (decimal): -83264 or 12630782. OLE color: 12630782.
HSL color Cylindrical-coordinate representation of color #FEBAC0: hue angle of 354.71º 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 #FEBAC0 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 192 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.00 |
| HSL | 354.71º | 0.97% | 0.86% | - |
| HSV(B) | 354.71º | 0.27% | 1% | - |
| XYZ | 67.95 | 59.99 | 57.87 | - |
| YUV | 207.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 192 | 0 | 0.27 | 0.24 | 0.00 | 354.71 | 0.97 | 0.86 |
| Hex | FE | BA | C0 | 0 | 1B | 18 | 0 | 163 | 61 | 56 |
| Octal | 376 | 272 | 300 | 0 | 33 | 30 | 0 | 543 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11000000 | 0 | 11011 | 11000 | 0 | 101100011 | 1100001 | 1010110 |
Color Harmonies of #FEBAC0
Complementary color
Monochromatic Colors of #FEBAC0
Black with #FEBAC0
Text Example
Text Example
White with #FEBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAC0; }
p { color: rgb(254,186,192); }
H1.HeaderClassName
{
color: #FEBAC0;
}
.AnyTagClassName
{
color: #FEBAC0;
}
</style>
background-color css
<style>
a { background-color: #FEBAC0; }
a { background-color: rgb(254,186,192); }
div.DivClassName
{
background-color: #FEBAC0;
}
.BgClassName
{
background-color: #FEBAC0;
}
</style>
border-color css
<style>
span { border-color: #FEBAC0; }
span { border-color: rgb(254,186,192); }
td.TdClassName
{
border-color: #FEBAC0;
}
.TagClassName
{
border-color: #FEBAC0;
}
</style>