Shades of Pink #FFC7D0
Tints of Pink #FFC7D0
RGB
CMYK
RGB Variations
Color information
#FFC7D0 (or 0xFFC7D0) is known color: Pink. HEX triplet: FF, C7 and D0. RGB value is (255,199,208). Sum of RGB (Red+Green+Blue) = 255+199+208=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 199 (78.12% from 255 or 30.06% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7D0 is #00382F. Grayscale: #D8D8D8. Windows color (decimal): -14384 or 13682687. OLE color: 13682687.
HSL color Cylindrical-coordinate representation of color #FFC7D0: hue angle of 350.36º 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 #FFC7D0 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 208 | - |
| CMYK | 0 | 0.22 | 0.18 | 0 |
| HSL | 350.36º | 1% | 0.89% | - |
| HSV(B) | 350.36º | 0.22% | 1% | - |
| XYZ | 73.05 | 66.66 | 68.69 | - |
| YUV | 216.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 208 | 0 | 0.22 | 0.18 | 0 | 350.36 | 1 | 0.89 |
| Hex | FF | C7 | D0 | 0 | 16 | 12 | 0 | 15E | 64 | 59 |
| Octal | 377 | 307 | 320 | 0 | 26 | 22 | 0 | 536 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11010000 | 0 | 10110 | 10010 | 0 | 101011110 | 1100100 | 1011001 |
Color Harmonies of #FFC7D0
Complementary color
Monochromatic Colors of #FFC7D0
Black with #FFC7D0
Text Example
Text Example
White with #FFC7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7D0; }
p { color: rgb(255,199,208); }
H1.HeaderClassName
{
color: #FFC7D0;
}
.AnyTagClassName
{
color: #FFC7D0;
}
</style>
background-color css
<style>
a { background-color: #FFC7D0; }
a { background-color: rgb(255,199,208); }
div.DivClassName
{
background-color: #FFC7D0;
}
.BgClassName
{
background-color: #FFC7D0;
}
</style>
border-color css
<style>
span { border-color: #FFC7D0; }
span { border-color: rgb(255,199,208); }
td.TdClassName
{
border-color: #FFC7D0;
}
.TagClassName
{
border-color: #FFC7D0;
}
</style>