Shades of Pink #FFC8D1
Tints of Pink #FFC8D1
RGB
CMYK
RGB Variations
Color information
#FFC8D1 (or 0xFFC8D1) is known color: Pink. HEX triplet: FF, C8 and D1. RGB value is (255,200,209). Sum of RGB (Red+Green+Blue) = 255+200+209=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8D1 is #00372E. Grayscale: #D9D9D9. Windows color (decimal): -14127 or 13748479. OLE color: 13748479.
HSL color Cylindrical-coordinate representation of color #FFC8D1: hue angle of 350.18º 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 #FFC8D1 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 209 | - |
| CMYK | 0 | 0.22 | 0.18 | 0 |
| HSL | 350.18º | 1% | 0.89% | - |
| HSV(B) | 350.18º | 0.22% | 1% | - |
| XYZ | 73.4 | 67.17 | 69.42 | - |
| YUV | 217.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 209 | 0 | 0.22 | 0.18 | 0 | 350.18 | 1 | 0.89 |
| Hex | FF | C8 | D1 | 0 | 16 | 12 | 0 | 15E | 64 | 59 |
| Octal | 377 | 310 | 321 | 0 | 26 | 22 | 0 | 536 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11010001 | 0 | 10110 | 10010 | 0 | 101011110 | 1100100 | 1011001 |
Color Harmonies of #FFC8D1
Complementary color
Monochromatic Colors of #FFC8D1
Black with #FFC8D1
Text Example
Text Example
White with #FFC8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8D1; }
p { color: rgb(255,200,209); }
H1.HeaderClassName
{
color: #FFC8D1;
}
.AnyTagClassName
{
color: #FFC8D1;
}
</style>
background-color css
<style>
a { background-color: #FFC8D1; }
a { background-color: rgb(255,200,209); }
div.DivClassName
{
background-color: #FFC8D1;
}
.BgClassName
{
background-color: #FFC8D1;
}
</style>
border-color css
<style>
span { border-color: #FFC8D1; }
span { border-color: rgb(255,200,209); }
td.TdClassName
{
border-color: #FFC8D1;
}
.TagClassName
{
border-color: #FFC8D1;
}
</style>