Shades of Light Pink #FEACBF
Tints of Light Pink #FEACBF
RGB
CMYK
RGB Variations
Color information
#FEACBF (or 0xFEACBF) is known color: Light Pink. HEX triplet: FE, AC and BF. RGB value is (254,172,191). Sum of RGB (Red+Green+Blue) = 254+172+191=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACBF is #015340. Grayscale: #C6C6C6. Windows color (decimal): -86849 or 12561662. OLE color: 12561662.
HSL color Cylindrical-coordinate representation of color #FEACBF: hue angle of 346.1º 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 #FEACBF is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 191 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.00 |
| HSL | 346.1º | 0.98% | 0.84% | - |
| HSV(B) | 346.1º | 0.32% | 1% | - |
| XYZ | 65.03 | 54.34 | 56.35 | - |
| YUV | 198.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 191 | 0 | 0.32 | 0.25 | 0.00 | 346.1 | 0.98 | 0.84 |
| Hex | FE | AC | BF | 0 | 20 | 19 | 0 | 15A | 62 | 54 |
| Octal | 376 | 254 | 277 | 0 | 40 | 31 | 0 | 532 | 142 | 124 |
| Binary | 11111110 | 10101100 | 10111111 | 0 | 100000 | 11001 | 0 | 101011010 | 1100010 | 1010100 |
Color Harmonies of #FEACBF
Complementary color
Monochromatic Colors of #FEACBF
Black with #FEACBF
Text Example
Text Example
White with #FEACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACBF; }
p { color: rgb(254,172,191); }
H1.HeaderClassName
{
color: #FEACBF;
}
.AnyTagClassName
{
color: #FEACBF;
}
</style>
background-color css
<style>
a { background-color: #FEACBF; }
a { background-color: rgb(254,172,191); }
div.DivClassName
{
background-color: #FEACBF;
}
.BgClassName
{
background-color: #FEACBF;
}
</style>
border-color css
<style>
span { border-color: #FEACBF; }
span { border-color: rgb(254,172,191); }
td.TdClassName
{
border-color: #FEACBF;
}
.TagClassName
{
border-color: #FEACBF;
}
</style>