Shades of Pink #FEC1D3
Tints of Pink #FEC1D3
RGB
CMYK
RGB Variations
Color information
#FEC1D3 (or 0xFEC1D3) is known color: Pink. HEX triplet: FE, C1 and D3. RGB value is (254,193,211). Sum of RGB (Red+Green+Blue) = 254+193+211=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 193 (75.78% from 255 or 29.33% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1D3 is #013E2C. Grayscale: #D5D5D5. Windows color (decimal): -81453 or 13877758. OLE color: 13877758.
HSL color Cylindrical-coordinate representation of color #FEC1D3: hue angle of 342.3º 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 #FEC1D3 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 211 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.00 |
| HSL | 342.3º | 0.97% | 0.88% | - |
| HSV(B) | 342.3º | 0.24% | 1% | - |
| XYZ | 71.7 | 63.91 | 70.19 | - |
| YUV | 213.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 211 | 0 | 0.24 | 0.17 | 0.00 | 342.3 | 0.97 | 0.88 |
| Hex | FE | C1 | D3 | 0 | 18 | 11 | 0 | 156 | 61 | 58 |
| Octal | 376 | 301 | 323 | 0 | 30 | 21 | 0 | 526 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11010011 | 0 | 11000 | 10001 | 0 | 101010110 | 1100001 | 1011000 |
Color Harmonies of #FEC1D3
Complementary color
Monochromatic Colors of #FEC1D3
Black with #FEC1D3
Text Example
Text Example
White with #FEC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1D3; }
p { color: rgb(254,193,211); }
H1.HeaderClassName
{
color: #FEC1D3;
}
.AnyTagClassName
{
color: #FEC1D3;
}
</style>
background-color css
<style>
a { background-color: #FEC1D3; }
a { background-color: rgb(254,193,211); }
div.DivClassName
{
background-color: #FEC1D3;
}
.BgClassName
{
background-color: #FEC1D3;
}
</style>
border-color css
<style>
span { border-color: #FEC1D3; }
span { border-color: rgb(254,193,211); }
td.TdClassName
{
border-color: #FEC1D3;
}
.TagClassName
{
border-color: #FEC1D3;
}
</style>