Shades of Pink #FEC1D0
Tints of Pink #FEC1D0
RGB
CMYK
RGB Variations
Color information
#FEC1D0 (or 0xFEC1D0) is known color: Pink. HEX triplet: FE, C1 and D0. RGB value is (254,193,208). Sum of RGB (Red+Green+Blue) = 254+193+208=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1D0 is #013E2F. Grayscale: #D4D4D4. Windows color (decimal): -81456 or 13681150. OLE color: 13681150.
HSL color Cylindrical-coordinate representation of color #FEC1D0: hue angle of 345.25º 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 #FEC1D0 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 208 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.00 |
| HSL | 345.25º | 0.97% | 0.88% | - |
| HSV(B) | 345.25º | 0.24% | 1% | - |
| XYZ | 71.33 | 63.76 | 68.22 | - |
| YUV | 212.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 208 | 0 | 0.24 | 0.18 | 0.00 | 345.25 | 0.97 | 0.88 |
| Hex | FE | C1 | D0 | 0 | 18 | 12 | 0 | 159 | 61 | 58 |
| Octal | 376 | 301 | 320 | 0 | 30 | 22 | 0 | 531 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11010000 | 0 | 11000 | 10010 | 0 | 101011001 | 1100001 | 1011000 |
Color Harmonies of #FEC1D0
Complementary color
Monochromatic Colors of #FEC1D0
Black with #FEC1D0
Text Example
Text Example
White with #FEC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1D0; }
p { color: rgb(254,193,208); }
H1.HeaderClassName
{
color: #FEC1D0;
}
.AnyTagClassName
{
color: #FEC1D0;
}
</style>
background-color css
<style>
a { background-color: #FEC1D0; }
a { background-color: rgb(254,193,208); }
div.DivClassName
{
background-color: #FEC1D0;
}
.BgClassName
{
background-color: #FEC1D0;
}
</style>
border-color css
<style>
span { border-color: #FEC1D0; }
span { border-color: rgb(254,193,208); }
td.TdClassName
{
border-color: #FEC1D0;
}
.TagClassName
{
border-color: #FEC1D0;
}
</style>