Shades of Pink #FEC8CD
Tints of Pink #FEC8CD
RGB
CMYK
RGB Variations
Color information
#FEC8CD (or 0xFEC8CD) is known color: Pink. HEX triplet: FE, C8 and CD. RGB value is (254,200,205). Sum of RGB (Red+Green+Blue) = 254+200+205=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8CD is #013732. Grayscale: #D8D8D8. Windows color (decimal): -79667 or 13486334. OLE color: 13486334.
HSL color Cylindrical-coordinate representation of color #FEC8CD: hue angle of 354.44º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC8CD is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 205 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.00 |
| HSL | 354.44º | 0.96% | 0.89% | - |
| HSV(B) | 354.44º | 0.21% | 1% | - |
| XYZ | 72.55 | 66.79 | 66.83 | - |
| YUV | 216.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 205 | 0 | 0.21 | 0.19 | 0.00 | 354.44 | 0.96 | 0.89 |
| Hex | FE | C8 | CD | 0 | 15 | 13 | 0 | 162 | 60 | 59 |
| Octal | 376 | 310 | 315 | 0 | 25 | 23 | 0 | 542 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11001101 | 0 | 10101 | 10011 | 0 | 101100010 | 1100000 | 1011001 |
Color Harmonies of #FEC8CD
Complementary color
Monochromatic Colors of #FEC8CD
Black with #FEC8CD
Text Example
Text Example
White with #FEC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8CD; }
p { color: rgb(254,200,205); }
H1.HeaderClassName
{
color: #FEC8CD;
}
.AnyTagClassName
{
color: #FEC8CD;
}
</style>
background-color css
<style>
a { background-color: #FEC8CD; }
a { background-color: rgb(254,200,205); }
div.DivClassName
{
background-color: #FEC8CD;
}
.BgClassName
{
background-color: #FEC8CD;
}
</style>
border-color css
<style>
span { border-color: #FEC8CD; }
span { border-color: rgb(254,200,205); }
td.TdClassName
{
border-color: #FEC8CD;
}
.TagClassName
{
border-color: #FEC8CD;
}
</style>