Shades of Pink #FEC8CF
Tints of Pink #FEC8CF
RGB
CMYK
RGB Variations
Color information
#FEC8CF (or 0xFEC8CF) is known color: Pink. HEX triplet: FE, C8 and CF. RGB value is (254,200,207). Sum of RGB (Red+Green+Blue) = 254+200+207=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8CF is #013730. Grayscale: #D8D8D8. Windows color (decimal): -79665 or 13617406. OLE color: 13617406.
HSL color Cylindrical-coordinate representation of color #FEC8CF: hue angle of 352.22º 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 #FEC8CF is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 207 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.00 |
| HSL | 352.22º | 0.96% | 0.89% | - |
| HSV(B) | 352.22º | 0.21% | 1% | - |
| XYZ | 72.79 | 66.88 | 68.11 | - |
| YUV | 216.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 207 | 0 | 0.21 | 0.19 | 0.00 | 352.22 | 0.96 | 0.89 |
| Hex | FE | C8 | CF | 0 | 15 | 13 | 0 | 160 | 60 | 59 |
| Octal | 376 | 310 | 317 | 0 | 25 | 23 | 0 | 540 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11001111 | 0 | 10101 | 10011 | 0 | 101100000 | 1100000 | 1011001 |
Color Harmonies of #FEC8CF
Complementary color
Monochromatic Colors of #FEC8CF
Black with #FEC8CF
Text Example
Text Example
White with #FEC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8CF; }
p { color: rgb(254,200,207); }
H1.HeaderClassName
{
color: #FEC8CF;
}
.AnyTagClassName
{
color: #FEC8CF;
}
</style>
background-color css
<style>
a { background-color: #FEC8CF; }
a { background-color: rgb(254,200,207); }
div.DivClassName
{
background-color: #FEC8CF;
}
.BgClassName
{
background-color: #FEC8CF;
}
</style>
border-color css
<style>
span { border-color: #FEC8CF; }
span { border-color: rgb(254,200,207); }
td.TdClassName
{
border-color: #FEC8CF;
}
.TagClassName
{
border-color: #FEC8CF;
}
</style>