Shades of Pink #FFC8D0
Tints of Pink #FFC8D0
RGB
CMYK
RGB Variations
Color information
#FFC8D0 (or 0xFFC8D0) is known color: Pink. HEX triplet: FF, C8 and D0. RGB value is (255,200,208). Sum of RGB (Red+Green+Blue) = 255+200+208=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 200 (78.52% from 255 or 30.17% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8D0 is #00372F. Grayscale: #D9D9D9. Windows color (decimal): -14128 or 13682943. OLE color: 13682943.
HSL color Cylindrical-coordinate representation of color #FFC8D0: hue angle of 351.27º 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 #FFC8D0 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 208 | - |
| CMYK | 0 | 0.22 | 0.18 | 0 |
| HSL | 351.27º | 1% | 0.89% | - |
| HSV(B) | 351.27º | 0.22% | 1% | - |
| XYZ | 73.28 | 67.12 | 68.77 | - |
| YUV | 217.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 208 | 0 | 0.22 | 0.18 | 0 | 351.27 | 1 | 0.89 |
| Hex | FF | C8 | D0 | 0 | 16 | 12 | 0 | 15F | 64 | 59 |
| Octal | 377 | 310 | 320 | 0 | 26 | 22 | 0 | 537 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11010000 | 0 | 10110 | 10010 | 0 | 101011111 | 1100100 | 1011001 |
Color Harmonies of #FFC8D0
Complementary color
Monochromatic Colors of #FFC8D0
Black with #FFC8D0
Text Example
Text Example
White with #FFC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8D0; }
p { color: rgb(255,200,208); }
H1.HeaderClassName
{
color: #FFC8D0;
}
.AnyTagClassName
{
color: #FFC8D0;
}
</style>
background-color css
<style>
a { background-color: #FFC8D0; }
a { background-color: rgb(255,200,208); }
div.DivClassName
{
background-color: #FFC8D0;
}
.BgClassName
{
background-color: #FFC8D0;
}
</style>
border-color css
<style>
span { border-color: #FFC8D0; }
span { border-color: rgb(255,200,208); }
td.TdClassName
{
border-color: #FFC8D0;
}
.TagClassName
{
border-color: #FFC8D0;
}
</style>