Shades of Pink #FEC1D1
Tints of Pink #FEC1D1
RGB
CMYK
RGB Variations
Color information
#FEC1D1 (or 0xFEC1D1) is known color: Pink. HEX triplet: FE, C1 and D1. RGB value is (254,193,209). Sum of RGB (Red+Green+Blue) = 254+193+209=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 193 (75.78% from 255 or 29.42% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1D1 is #013E2E. Grayscale: #D5D5D5. Windows color (decimal): -81455 or 13746686. OLE color: 13746686.
HSL color Cylindrical-coordinate representation of color #FEC1D1: hue angle of 344.26º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC1D1 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 209 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.00 |
| HSL | 344.26º | 0.97% | 0.88% | - |
| HSV(B) | 344.26º | 0.24% | 1% | - |
| XYZ | 71.45 | 63.81 | 68.87 | - |
| YUV | 213.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 209 | 0 | 0.24 | 0.18 | 0.00 | 344.26 | 0.97 | 0.88 |
| Hex | FE | C1 | D1 | 0 | 18 | 12 | 0 | 158 | 61 | 58 |
| Octal | 376 | 301 | 321 | 0 | 30 | 22 | 0 | 530 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11010001 | 0 | 11000 | 10010 | 0 | 101011000 | 1100001 | 1011000 |
Color Harmonies of #FEC1D1
Complementary color
Monochromatic Colors of #FEC1D1
Black with #FEC1D1
Text Example
Text Example
White with #FEC1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1D1; }
p { color: rgb(254,193,209); }
H1.HeaderClassName
{
color: #FEC1D1;
}
.AnyTagClassName
{
color: #FEC1D1;
}
</style>
background-color css
<style>
a { background-color: #FEC1D1; }
a { background-color: rgb(254,193,209); }
div.DivClassName
{
background-color: #FEC1D1;
}
.BgClassName
{
background-color: #FEC1D1;
}
</style>
border-color css
<style>
span { border-color: #FEC1D1; }
span { border-color: rgb(254,193,209); }
td.TdClassName
{
border-color: #FEC1D1;
}
.TagClassName
{
border-color: #FEC1D1;
}
</style>