Shades of Your Pink #FFC8C1
Tints of Your Pink #FFC8C1
RGB
CMYK
RGB Variations
Color information
#FFC8C1 (or 0xFFC8C1) is known color: Your Pink. HEX triplet: FF, C8 and C1. RGB value is (255,200,193). Sum of RGB (Red+Green+Blue) = 255+200+193=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8C1 is #00373E. Grayscale: #D7D7D7. Windows color (decimal): -14143 or 12699903. OLE color: 12699903.
HSL color Cylindrical-coordinate representation of color #FFC8C1: hue angle of 6.77º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC8C1 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 193 | - |
| CMYK | 0 | 0.22 | 0.24 | 0 |
| HSL | 6.77º | 1% | 0.88% | - |
| HSV(B) | 6.77º | 0.24% | 1% | - |
| XYZ | 71.52 | 66.42 | 59.5 | - |
| YUV | 215.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 193 | 0 | 0.22 | 0.24 | 0 | 6.77 | 1 | 0.88 |
| Hex | FF | C8 | C1 | 0 | 16 | 18 | 0 | 7 | 64 | 58 |
| Octal | 377 | 310 | 301 | 0 | 26 | 30 | 0 | 7 | 144 | 130 |
| Binary | 11111111 | 11001000 | 11000001 | 0 | 10110 | 11000 | 0 | 111 | 1100100 | 1011000 |
Color Harmonies of #FFC8C1
Complementary color
Monochromatic Colors of #FFC8C1
Black with #FFC8C1
Text Example
Text Example
White with #FFC8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8C1; }
p { color: rgb(255,200,193); }
H1.HeaderClassName
{
color: #FFC8C1;
}
.AnyTagClassName
{
color: #FFC8C1;
}
</style>
background-color css
<style>
a { background-color: #FFC8C1; }
a { background-color: rgb(255,200,193); }
div.DivClassName
{
background-color: #FFC8C1;
}
.BgClassName
{
background-color: #FFC8C1;
}
</style>
border-color css
<style>
span { border-color: #FFC8C1; }
span { border-color: rgb(255,200,193); }
td.TdClassName
{
border-color: #FFC8C1;
}
.TagClassName
{
border-color: #FFC8C1;
}
</style>