Shades of Pink #FFC8CC
Tints of Pink #FFC8CC
RGB
CMYK
RGB Variations
Color information
#FFC8CC (or 0xFFC8CC) is known color: Pink. HEX triplet: FF, C8 and CC. RGB value is (255,200,204). Sum of RGB (Red+Green+Blue) = 255+200+204=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8CC is #003733. Grayscale: #D8D8D8. Windows color (decimal): -14132 or 13420799. OLE color: 13420799.
HSL color Cylindrical-coordinate representation of color #FFC8CC: hue angle of 355.64º 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 #FFC8CC is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 204 | - |
| CMYK | 0 | 0.22 | 0.2 | 0 |
| HSL | 355.64º | 1% | 0.89% | - |
| HSV(B) | 355.64º | 0.22% | 1% | - |
| XYZ | 72.79 | 66.93 | 66.21 | - |
| YUV | 216.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 204 | 0 | 0.22 | 0.2 | 0 | 355.64 | 1 | 0.89 |
| Hex | FF | C8 | CC | 0 | 16 | 14 | 0 | 164 | 64 | 59 |
| Octal | 377 | 310 | 314 | 0 | 26 | 24 | 0 | 544 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11001100 | 0 | 10110 | 10100 | 0 | 101100100 | 1100100 | 1011001 |
Color Harmonies of #FFC8CC
Complementary color
Monochromatic Colors of #FFC8CC
Black with #FFC8CC
Text Example
Text Example
White with #FFC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8CC; }
p { color: rgb(255,200,204); }
H1.HeaderClassName
{
color: #FFC8CC;
}
.AnyTagClassName
{
color: #FFC8CC;
}
</style>
background-color css
<style>
a { background-color: #FFC8CC; }
a { background-color: rgb(255,200,204); }
div.DivClassName
{
background-color: #FFC8CC;
}
.BgClassName
{
background-color: #FFC8CC;
}
</style>
border-color css
<style>
span { border-color: #FFC8CC; }
span { border-color: rgb(255,200,204); }
td.TdClassName
{
border-color: #FFC8CC;
}
.TagClassName
{
border-color: #FFC8CC;
}
</style>