Shades of Pink #FFC7D3
Tints of Pink #FFC7D3
RGB
CMYK
RGB Variations
Color information
#FFC7D3 (or 0xFFC7D3) is known color: Pink. HEX triplet: FF, C7 and D3. RGB value is (255,199,211). Sum of RGB (Red+Green+Blue) = 255+199+211=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 199 (78.12% from 255 or 29.92% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7D3 is #00382C. Grayscale: #D9D9D9. Windows color (decimal): -14381 or 13879295. OLE color: 13879295.
HSL color Cylindrical-coordinate representation of color #FFC7D3: hue angle of 347.14º 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 #FFC7D3 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 211 | - |
| CMYK | 0 | 0.22 | 0.17 | 0 |
| HSL | 347.14º | 1% | 0.89% | - |
| HSV(B) | 347.14º | 0.22% | 1% | - |
| XYZ | 73.42 | 66.81 | 70.65 | - |
| YUV | 217.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 211 | 0 | 0.22 | 0.17 | 0 | 347.14 | 1 | 0.89 |
| Hex | FF | C7 | D3 | 0 | 16 | 11 | 0 | 15B | 64 | 59 |
| Octal | 377 | 307 | 323 | 0 | 26 | 21 | 0 | 533 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11010011 | 0 | 10110 | 10001 | 0 | 101011011 | 1100100 | 1011001 |
Color Harmonies of #FFC7D3
Complementary color
Monochromatic Colors of #FFC7D3
Black with #FFC7D3
Text Example
Text Example
White with #FFC7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7D3; }
p { color: rgb(255,199,211); }
H1.HeaderClassName
{
color: #FFC7D3;
}
.AnyTagClassName
{
color: #FFC7D3;
}
</style>
background-color css
<style>
a { background-color: #FFC7D3; }
a { background-color: rgb(255,199,211); }
div.DivClassName
{
background-color: #FFC7D3;
}
.BgClassName
{
background-color: #FFC7D3;
}
</style>
border-color css
<style>
span { border-color: #FFC7D3; }
span { border-color: rgb(255,199,211); }
td.TdClassName
{
border-color: #FFC7D3;
}
.TagClassName
{
border-color: #FFC7D3;
}
</style>