Shades of Pink #FEC9D1
Tints of Pink #FEC9D1
RGB
CMYK
RGB Variations
Color information
#FEC9D1 (or 0xFEC9D1) is known color: Pink. HEX triplet: FE, C9 and D1. RGB value is (254,201,209). Sum of RGB (Red+Green+Blue) = 254+201+209=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9D1 is #01362E. Grayscale: #D9D9D9. Windows color (decimal): -79407 or 13748734. OLE color: 13748734.
HSL color Cylindrical-coordinate representation of color #FEC9D1: hue angle of 350.94º 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 #FEC9D1 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 209 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.00 |
| HSL | 350.94º | 0.96% | 0.89% | - |
| HSV(B) | 350.94º | 0.21% | 1% | - |
| XYZ | 73.27 | 67.45 | 69.48 | - |
| YUV | 217.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 209 | 0 | 0.21 | 0.18 | 0.00 | 350.94 | 0.96 | 0.89 |
| Hex | FE | C9 | D1 | 0 | 15 | 12 | 0 | 15F | 60 | 59 |
| Octal | 376 | 311 | 321 | 0 | 25 | 22 | 0 | 537 | 140 | 131 |
| Binary | 11111110 | 11001001 | 11010001 | 0 | 10101 | 10010 | 0 | 101011111 | 1100000 | 1011001 |
Color Harmonies of #FEC9D1
Complementary color
Monochromatic Colors of #FEC9D1
Black with #FEC9D1
Text Example
Text Example
White with #FEC9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9D1; }
p { color: rgb(254,201,209); }
H1.HeaderClassName
{
color: #FEC9D1;
}
.AnyTagClassName
{
color: #FEC9D1;
}
</style>
background-color css
<style>
a { background-color: #FEC9D1; }
a { background-color: rgb(254,201,209); }
div.DivClassName
{
background-color: #FEC9D1;
}
.BgClassName
{
background-color: #FEC9D1;
}
</style>
border-color css
<style>
span { border-color: #FEC9D1; }
span { border-color: rgb(254,201,209); }
td.TdClassName
{
border-color: #FEC9D1;
}
.TagClassName
{
border-color: #FEC9D1;
}
</style>