Shades of Pink #FFC8D3
Tints of Pink #FFC8D3
RGB
CMYK
RGB Variations
Color information
#FFC8D3 (or 0xFFC8D3) is known color: Pink. HEX triplet: FF, C8 and D3. RGB value is (255,200,211). Sum of RGB (Red+Green+Blue) = 255+200+211=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 200 (78.52% from 255 or 30.03% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8D3 is #00372C. Grayscale: #D9D9D9. Windows color (decimal): -14125 or 13879551. OLE color: 13879551.
HSL color Cylindrical-coordinate representation of color #FFC8D3: hue angle of 348º 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 #FFC8D3 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 211 | - |
| CMYK | 0 | 0.22 | 0.17 | 0 |
| HSL | 348º | 1% | 0.89% | - |
| HSV(B) | 348º | 0.22% | 1% | - |
| XYZ | 73.65 | 67.27 | 70.73 | - |
| YUV | 217.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 211 | 0 | 0.22 | 0.17 | 0 | 348 | 1 | 0.89 |
| Hex | FF | C8 | D3 | 0 | 16 | 11 | 0 | 15C | 64 | 59 |
| Octal | 377 | 310 | 323 | 0 | 26 | 21 | 0 | 534 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11010011 | 0 | 10110 | 10001 | 0 | 101011100 | 1100100 | 1011001 |
Color Harmonies of #FFC8D3
Complementary color
Monochromatic Colors of #FFC8D3
Black with #FFC8D3
Text Example
Text Example
White with #FFC8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8D3; }
p { color: rgb(255,200,211); }
H1.HeaderClassName
{
color: #FFC8D3;
}
.AnyTagClassName
{
color: #FFC8D3;
}
</style>
background-color css
<style>
a { background-color: #FFC8D3; }
a { background-color: rgb(255,200,211); }
div.DivClassName
{
background-color: #FFC8D3;
}
.BgClassName
{
background-color: #FFC8D3;
}
</style>
border-color css
<style>
span { border-color: #FFC8D3; }
span { border-color: rgb(255,200,211); }
td.TdClassName
{
border-color: #FFC8D3;
}
.TagClassName
{
border-color: #FFC8D3;
}
</style>