Shades of Your Pink #FFC8C8
Tints of Your Pink #FFC8C8
RGB
CMYK
RGB Variations
Color information
#FFC8C8 (or 0xFFC8C8) is known color: Your Pink. HEX triplet: FF, C8 and C8. RGB value is (255,200,200). Sum of RGB (Red+Green+Blue) = 255+200+200=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8C8 is #003737. Grayscale: #D8D8D8. Windows color (decimal): -14136 or 13158655. OLE color: 13158655.
HSL color Cylindrical-coordinate representation of color #FFC8C8: hue angle of 0º 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 #FFC8C8 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 200 | - |
| CMYK | 0 | 0.22 | 0.22 | 0 |
| HSL | 0º | 1% | 0.89% | - |
| HSV(B) | 0º | 0.22% | 1% | - |
| XYZ | 72.32 | 66.74 | 63.71 | - |
| YUV | 216.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 200 | 0 | 0.22 | 0.22 | 0 | 0 | 1 | 0.89 |
| Hex | FF | C8 | C8 | 0 | 16 | 16 | 0 | 0 | 64 | 59 |
| Octal | 377 | 310 | 310 | 0 | 26 | 26 | 0 | 0 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11001000 | 0 | 10110 | 10110 | 0 | 0 | 1100100 | 1011001 |
Color Harmonies of #FFC8C8
Complementary color
Monochromatic Colors of #FFC8C8
Black with #FFC8C8
Text Example
Text Example
White with #FFC8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8C8; }
p { color: rgb(255,200,200); }
H1.HeaderClassName
{
color: #FFC8C8;
}
.AnyTagClassName
{
color: #FFC8C8;
}
</style>
background-color css
<style>
a { background-color: #FFC8C8; }
a { background-color: rgb(255,200,200); }
div.DivClassName
{
background-color: #FFC8C8;
}
.BgClassName
{
background-color: #FFC8C8;
}
</style>
border-color css
<style>
span { border-color: #FFC8C8; }
span { border-color: rgb(255,200,200); }
td.TdClassName
{
border-color: #FFC8C8;
}
.TagClassName
{
border-color: #FFC8C8;
}
</style>