Shades of Light Pink #FEBAC6
Tints of Light Pink #FEBAC6
RGB
CMYK
RGB Variations
Color information
#FEBAC6 (or 0xFEBAC6) is known color: Light Pink. HEX triplet: FE, BA and C6. RGB value is (254,186,198). Sum of RGB (Red+Green+Blue) = 254+186+198=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAC6 is #014539. Grayscale: #CFCFCF. Windows color (decimal): -83258 or 13023998. OLE color: 13023998.
HSL color Cylindrical-coordinate representation of color #FEBAC6: hue angle of 349.41º 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 #FEBAC6 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 198 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.00 |
| HSL | 349.41º | 0.97% | 0.86% | - |
| HSV(B) | 349.41º | 0.27% | 1% | - |
| XYZ | 68.63 | 60.27 | 61.44 | - |
| YUV | 207.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 198 | 0 | 0.27 | 0.22 | 0.00 | 349.41 | 0.97 | 0.86 |
| Hex | FE | BA | C6 | 0 | 1B | 16 | 0 | 15D | 61 | 56 |
| Octal | 376 | 272 | 306 | 0 | 33 | 26 | 0 | 535 | 141 | 126 |
| Binary | 11111110 | 10111010 | 11000110 | 0 | 11011 | 10110 | 0 | 101011101 | 1100001 | 1010110 |
Color Harmonies of #FEBAC6
Complementary color
Monochromatic Colors of #FEBAC6
Black with #FEBAC6
Text Example
Text Example
White with #FEBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBAC6; }
p { color: rgb(254,186,198); }
H1.HeaderClassName
{
color: #FEBAC6;
}
.AnyTagClassName
{
color: #FEBAC6;
}
</style>
background-color css
<style>
a { background-color: #FEBAC6; }
a { background-color: rgb(254,186,198); }
div.DivClassName
{
background-color: #FEBAC6;
}
.BgClassName
{
background-color: #FEBAC6;
}
</style>
border-color css
<style>
span { border-color: #FEBAC6; }
span { border-color: rgb(254,186,198); }
td.TdClassName
{
border-color: #FEBAC6;
}
.TagClassName
{
border-color: #FEBAC6;
}
</style>