Shades of Light Pink #FEACBE
Tints of Light Pink #FEACBE
RGB
CMYK
RGB Variations
Color information
#FEACBE (or 0xFEACBE) is known color: Light Pink. HEX triplet: FE, AC and BE. RGB value is (254,172,190). Sum of RGB (Red+Green+Blue) = 254+172+190=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACBE is #015341. Grayscale: #C6C6C6. Windows color (decimal): -86850 or 12496126. OLE color: 12496126.
HSL color Cylindrical-coordinate representation of color #FEACBE: hue angle of 346.83º 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 #FEACBE is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 190 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.00 |
| HSL | 346.83º | 0.98% | 0.84% | - |
| HSV(B) | 346.83º | 0.32% | 1% | - |
| XYZ | 64.92 | 54.29 | 55.77 | - |
| YUV | 198.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 190 | 0 | 0.32 | 0.25 | 0.00 | 346.83 | 0.98 | 0.84 |
| Hex | FE | AC | BE | 0 | 20 | 19 | 0 | 15B | 62 | 54 |
| Octal | 376 | 254 | 276 | 0 | 40 | 31 | 0 | 533 | 142 | 124 |
| Binary | 11111110 | 10101100 | 10111110 | 0 | 100000 | 11001 | 0 | 101011011 | 1100010 | 1010100 |
Color Harmonies of #FEACBE
Complementary color
Monochromatic Colors of #FEACBE
Black with #FEACBE
Text Example
Text Example
White with #FEACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACBE; }
p { color: rgb(254,172,190); }
H1.HeaderClassName
{
color: #FEACBE;
}
.AnyTagClassName
{
color: #FEACBE;
}
</style>
background-color css
<style>
a { background-color: #FEACBE; }
a { background-color: rgb(254,172,190); }
div.DivClassName
{
background-color: #FEACBE;
}
.BgClassName
{
background-color: #FEACBE;
}
</style>
border-color css
<style>
span { border-color: #FEACBE; }
span { border-color: rgb(254,172,190); }
td.TdClassName
{
border-color: #FEACBE;
}
.TagClassName
{
border-color: #FEACBE;
}
</style>