Shades of Pink #FEC7D0
Tints of Pink #FEC7D0
RGB
CMYK
RGB Variations
Color information
#FEC7D0 (or 0xFEC7D0) is known color: Pink. HEX triplet: FE, C7 and D0. RGB value is (254,199,208). Sum of RGB (Red+Green+Blue) = 254+199+208=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7D0 is #01382F. Grayscale: #D8D8D8. Windows color (decimal): -79920 or 13682686. OLE color: 13682686.
HSL color Cylindrical-coordinate representation of color #FEC7D0: hue angle of 350.18º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7D0 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 208 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.00 |
| HSL | 350.18º | 0.96% | 0.89% | - |
| HSV(B) | 350.18º | 0.22% | 1% | - |
| XYZ | 72.68 | 66.47 | 68.67 | - |
| YUV | 216.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 208 | 0 | 0.22 | 0.18 | 0.00 | 350.18 | 0.96 | 0.89 |
| Hex | FE | C7 | D0 | 0 | 16 | 12 | 0 | 15E | 60 | 59 |
| Octal | 376 | 307 | 320 | 0 | 26 | 22 | 0 | 536 | 140 | 131 |
| Binary | 11111110 | 11000111 | 11010000 | 0 | 10110 | 10010 | 0 | 101011110 | 1100000 | 1011001 |
Color Harmonies of #FEC7D0
Complementary color
Monochromatic Colors of #FEC7D0
Black with #FEC7D0
Text Example
Text Example
White with #FEC7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7D0; }
p { color: rgb(254,199,208); }
H1.HeaderClassName
{
color: #FEC7D0;
}
.AnyTagClassName
{
color: #FEC7D0;
}
</style>
background-color css
<style>
a { background-color: #FEC7D0; }
a { background-color: rgb(254,199,208); }
div.DivClassName
{
background-color: #FEC7D0;
}
.BgClassName
{
background-color: #FEC7D0;
}
</style>
border-color css
<style>
span { border-color: #FEC7D0; }
span { border-color: rgb(254,199,208); }
td.TdClassName
{
border-color: #FEC7D0;
}
.TagClassName
{
border-color: #FEC7D0;
}
</style>