Shades of Pink #FEC8D1
Tints of Pink #FEC8D1
RGB
CMYK
RGB Variations
Color information
#FEC8D1 (or 0xFEC8D1) is known color: Pink. HEX triplet: FE, C8 and D1. RGB value is (254,200,209). Sum of RGB (Red+Green+Blue) = 254+200+209=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 200 (78.52% from 255 or 30.17% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8D1 is #01372E. Grayscale: #D9D9D9. Windows color (decimal): -79663 or 13748478. OLE color: 13748478.
HSL color Cylindrical-coordinate representation of color #FEC8D1: hue angle of 350º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC8D1 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 209 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.00 |
| HSL | 350º | 0.96% | 0.89% | - |
| HSV(B) | 350º | 0.21% | 1% | - |
| XYZ | 73.04 | 66.98 | 69.4 | - |
| YUV | 217.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 209 | 0 | 0.21 | 0.18 | 0.00 | 350 | 0.96 | 0.89 |
| Hex | FE | C8 | D1 | 0 | 15 | 12 | 0 | 15E | 60 | 59 |
| Octal | 376 | 310 | 321 | 0 | 25 | 22 | 0 | 536 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11010001 | 0 | 10101 | 10010 | 0 | 101011110 | 1100000 | 1011001 |
Color Harmonies of #FEC8D1
Complementary color
Monochromatic Colors of #FEC8D1
Black with #FEC8D1
Text Example
Text Example
White with #FEC8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8D1; }
p { color: rgb(254,200,209); }
H1.HeaderClassName
{
color: #FEC8D1;
}
.AnyTagClassName
{
color: #FEC8D1;
}
</style>
background-color css
<style>
a { background-color: #FEC8D1; }
a { background-color: rgb(254,200,209); }
div.DivClassName
{
background-color: #FEC8D1;
}
.BgClassName
{
background-color: #FEC8D1;
}
</style>
border-color css
<style>
span { border-color: #FEC8D1; }
span { border-color: rgb(254,200,209); }
td.TdClassName
{
border-color: #FEC8D1;
}
.TagClassName
{
border-color: #FEC8D1;
}
</style>