Shades of Pink #FEC8CC
Tints of Pink #FEC8CC
RGB
CMYK
RGB Variations
Color information
#FEC8CC (or 0xFEC8CC) is known color: Pink. HEX triplet: FE, C8 and CC. RGB value is (254,200,204). Sum of RGB (Red+Green+Blue) = 254+200+204=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8CC is #013733. Grayscale: #D8D8D8. Windows color (decimal): -79668 or 13420798. OLE color: 13420798.
HSL color Cylindrical-coordinate representation of color #FEC8CC: hue angle of 355.56º 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 #FEC8CC is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 204 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.00 |
| HSL | 355.56º | 0.96% | 0.89% | - |
| HSV(B) | 355.56º | 0.21% | 1% | - |
| XYZ | 72.43 | 66.74 | 66.19 | - |
| YUV | 216.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 204 | 0 | 0.21 | 0.20 | 0.00 | 355.56 | 0.96 | 0.89 |
| Hex | FE | C8 | CC | 0 | 15 | 14 | 0 | 164 | 60 | 59 |
| Octal | 376 | 310 | 314 | 0 | 25 | 24 | 0 | 544 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11001100 | 0 | 10101 | 10100 | 0 | 101100100 | 1100000 | 1011001 |
Color Harmonies of #FEC8CC
Complementary color
Monochromatic Colors of #FEC8CC
Black with #FEC8CC
Text Example
Text Example
White with #FEC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8CC; }
p { color: rgb(254,200,204); }
H1.HeaderClassName
{
color: #FEC8CC;
}
.AnyTagClassName
{
color: #FEC8CC;
}
</style>
background-color css
<style>
a { background-color: #FEC8CC; }
a { background-color: rgb(254,200,204); }
div.DivClassName
{
background-color: #FEC8CC;
}
.BgClassName
{
background-color: #FEC8CC;
}
</style>
border-color css
<style>
span { border-color: #FEC8CC; }
span { border-color: rgb(254,200,204); }
td.TdClassName
{
border-color: #FEC8CC;
}
.TagClassName
{
border-color: #FEC8CC;
}
</style>