Shades of Pink #FEC0D0
Tints of Pink #FEC0D0
RGB
CMYK
RGB Variations
Color information
#FEC0D0 (or 0xFEC0D0) is known color: Pink. HEX triplet: FE, C0 and D0. RGB value is (254,192,208). Sum of RGB (Red+Green+Blue) = 254+192+208=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0D0 is #013F2F. Grayscale: #D4D4D4. Windows color (decimal): -81712 or 13680894. OLE color: 13680894.
HSL color Cylindrical-coordinate representation of color #FEC0D0: hue angle of 344.52º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0D0 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 208 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.00 |
| HSL | 344.52º | 0.97% | 0.87% | - |
| HSV(B) | 344.52º | 0.24% | 1% | - |
| XYZ | 71.11 | 63.32 | 68.15 | - |
| YUV | 212.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 208 | 0 | 0.24 | 0.18 | 0.00 | 344.52 | 0.97 | 0.87 |
| Hex | FE | C0 | D0 | 0 | 18 | 12 | 0 | 159 | 61 | 57 |
| Octal | 376 | 300 | 320 | 0 | 30 | 22 | 0 | 531 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11010000 | 0 | 11000 | 10010 | 0 | 101011001 | 1100001 | 1010111 |
Color Harmonies of #FEC0D0
Complementary color
Monochromatic Colors of #FEC0D0
Black with #FEC0D0
Text Example
Text Example
White with #FEC0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0D0; }
p { color: rgb(254,192,208); }
H1.HeaderClassName
{
color: #FEC0D0;
}
.AnyTagClassName
{
color: #FEC0D0;
}
</style>
background-color css
<style>
a { background-color: #FEC0D0; }
a { background-color: rgb(254,192,208); }
div.DivClassName
{
background-color: #FEC0D0;
}
.BgClassName
{
background-color: #FEC0D0;
}
</style>
border-color css
<style>
span { border-color: #FEC0D0; }
span { border-color: rgb(254,192,208); }
td.TdClassName
{
border-color: #FEC0D0;
}
.TagClassName
{
border-color: #FEC0D0;
}
</style>