Shades of Pink #FFC7CE
Tints of Pink #FFC7CE
RGB
CMYK
RGB Variations
Color information
#FFC7CE (or 0xFFC7CE) is known color: Pink. HEX triplet: FF, C7 and CE. RGB value is (255,199,206). Sum of RGB (Red+Green+Blue) = 255+199+206=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7CE is #003831. Grayscale: #D8D8D8. Windows color (decimal): -14386 or 13551615. OLE color: 13551615.
HSL color Cylindrical-coordinate representation of color #FFC7CE: hue angle of 352.5º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC7CE is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 206 | - |
| CMYK | 0 | 0.22 | 0.19 | 0 |
| HSL | 352.5º | 1% | 0.89% | - |
| HSV(B) | 352.5º | 0.22% | 1% | - |
| XYZ | 72.8 | 66.56 | 67.4 | - |
| YUV | 216.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 206 | 0 | 0.22 | 0.19 | 0 | 352.5 | 1 | 0.89 |
| Hex | FF | C7 | CE | 0 | 16 | 13 | 0 | 160 | 64 | 59 |
| Octal | 377 | 307 | 316 | 0 | 26 | 23 | 0 | 540 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11001110 | 0 | 10110 | 10011 | 0 | 101100000 | 1100100 | 1011001 |
Color Harmonies of #FFC7CE
Complementary color
Monochromatic Colors of #FFC7CE
Black with #FFC7CE
Text Example
Text Example
White with #FFC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7CE; }
p { color: rgb(255,199,206); }
H1.HeaderClassName
{
color: #FFC7CE;
}
.AnyTagClassName
{
color: #FFC7CE;
}
</style>
background-color css
<style>
a { background-color: #FFC7CE; }
a { background-color: rgb(255,199,206); }
div.DivClassName
{
background-color: #FFC7CE;
}
.BgClassName
{
background-color: #FFC7CE;
}
</style>
border-color css
<style>
span { border-color: #FFC7CE; }
span { border-color: rgb(255,199,206); }
td.TdClassName
{
border-color: #FFC7CE;
}
.TagClassName
{
border-color: #FFC7CE;
}
</style>