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