Shades of Light Pink #FEACBC
Tints of Light Pink #FEACBC
RGB
CMYK
RGB Variations
Color information
#FEACBC (or 0xFEACBC) is known color: Light Pink. HEX triplet: FE, AC and BC. RGB value is (254,172,188). Sum of RGB (Red+Green+Blue) = 254+172+188=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACBC is #015343. Grayscale: #C6C6C6. Windows color (decimal): -86852 or 12365054. OLE color: 12365054.
HSL color Cylindrical-coordinate representation of color #FEACBC: hue angle of 348.29º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEACBC is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 188 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.00 |
| HSL | 348.29º | 0.98% | 0.84% | - |
| HSV(B) | 348.29º | 0.32% | 1% | - |
| XYZ | 64.7 | 54.21 | 54.63 | - |
| YUV | 198.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 188 | 0 | 0.32 | 0.26 | 0.00 | 348.29 | 0.98 | 0.84 |
| Hex | FE | AC | BC | 0 | 20 | 1A | 0 | 15C | 62 | 54 |
| Octal | 376 | 254 | 274 | 0 | 40 | 32 | 0 | 534 | 142 | 124 |
| Binary | 11111110 | 10101100 | 10111100 | 0 | 100000 | 11010 | 0 | 101011100 | 1100010 | 1010100 |
Color Harmonies of #FEACBC
Complementary color
Monochromatic Colors of #FEACBC
Black with #FEACBC
Text Example
Text Example
White with #FEACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACBC; }
p { color: rgb(254,172,188); }
H1.HeaderClassName
{
color: #FEACBC;
}
.AnyTagClassName
{
color: #FEACBC;
}
</style>
background-color css
<style>
a { background-color: #FEACBC; }
a { background-color: rgb(254,172,188); }
div.DivClassName
{
background-color: #FEACBC;
}
.BgClassName
{
background-color: #FEACBC;
}
</style>
border-color css
<style>
span { border-color: #FEACBC; }
span { border-color: rgb(254,172,188); }
td.TdClassName
{
border-color: #FEACBC;
}
.TagClassName
{
border-color: #FEACBC;
}
</style>