Shades of Light Pink #FEACBD
Tints of Light Pink #FEACBD
RGB
CMYK
RGB Variations
Color information
#FEACBD (or 0xFEACBD) is known color: Light Pink. HEX triplet: FE, AC and BD. RGB value is (254,172,189). Sum of RGB (Red+Green+Blue) = 254+172+189=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACBD is #015342. Grayscale: #C6C6C6. Windows color (decimal): -86851 or 12430590. OLE color: 12430590.
HSL color Cylindrical-coordinate representation of color #FEACBD: hue angle of 347.56º 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 #FEACBD is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 189 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.00 |
| HSL | 347.56º | 0.98% | 0.84% | - |
| HSV(B) | 347.56º | 0.32% | 1% | - |
| XYZ | 64.81 | 54.25 | 55.2 | - |
| YUV | 198.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 189 | 0 | 0.32 | 0.26 | 0.00 | 347.56 | 0.98 | 0.84 |
| Hex | FE | AC | BD | 0 | 20 | 1A | 0 | 15C | 62 | 54 |
| Octal | 376 | 254 | 275 | 0 | 40 | 32 | 0 | 534 | 142 | 124 |
| Binary | 11111110 | 10101100 | 10111101 | 0 | 100000 | 11010 | 0 | 101011100 | 1100010 | 1010100 |
Color Harmonies of #FEACBD
Complementary color
Monochromatic Colors of #FEACBD
Black with #FEACBD
Text Example
Text Example
White with #FEACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACBD; }
p { color: rgb(254,172,189); }
H1.HeaderClassName
{
color: #FEACBD;
}
.AnyTagClassName
{
color: #FEACBD;
}
</style>
background-color css
<style>
a { background-color: #FEACBD; }
a { background-color: rgb(254,172,189); }
div.DivClassName
{
background-color: #FEACBD;
}
.BgClassName
{
background-color: #FEACBD;
}
</style>
border-color css
<style>
span { border-color: #FEACBD; }
span { border-color: rgb(254,172,189); }
td.TdClassName
{
border-color: #FEACBD;
}
.TagClassName
{
border-color: #FEACBD;
}
</style>