Shades of Light Pink #FEBAC5
Tints of Light Pink #FEBAC5
RGB
CMYK
RGB Variations
Color information
#FEBAC5 (or 0xFEBAC5) is known color: Light Pink. HEX triplet: FE, BA and C5. RGB value is (254,186,197). Sum of RGB (Red+Green+Blue) = 254+186+197=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAC5 is #01453A. Grayscale: #CFCFCF. Windows color (decimal): -83259 or 12958462. OLE color: 12958462.
HSL color Cylindrical-coordinate representation of color #FEBAC5: hue angle of 350.29º 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 #FEBAC5 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 197 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.00 |
| HSL | 350.29º | 0.97% | 0.86% | - |
| HSV(B) | 350.29º | 0.27% | 1% | - |
| XYZ | 68.51 | 60.22 | 60.84 | - |
| YUV | 207.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 197 | 0 | 0.27 | 0.22 | 0.00 | 350.29 | 0.97 | 0.86 |
| Hex | FE | BA | C5 | 0 | 1B | 16 | 0 | 15E | 61 | 56 |
| Octal | 376 | 272 | 305 | 0 | 33 | 26 | 0 | 536 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11000101 | 0 | 11011 | 10110 | 0 | 101011110 | 1100001 | 1010110 |
Color Harmonies of #FEBAC5
Complementary color
Monochromatic Colors of #FEBAC5
Black with #FEBAC5
Text Example
Text Example
White with #FEBAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAC5; }
p { color: rgb(254,186,197); }
H1.HeaderClassName
{
color: #FEBAC5;
}
.AnyTagClassName
{
color: #FEBAC5;
}
</style>
background-color css
<style>
a { background-color: #FEBAC5; }
a { background-color: rgb(254,186,197); }
div.DivClassName
{
background-color: #FEBAC5;
}
.BgClassName
{
background-color: #FEBAC5;
}
</style>
border-color css
<style>
span { border-color: #FEBAC5; }
span { border-color: rgb(254,186,197); }
td.TdClassName
{
border-color: #FEBAC5;
}
.TagClassName
{
border-color: #FEBAC5;
}
</style>