Shades of Pink #FFC1C8
Tints of Pink #FFC1C8
RGB
CMYK
RGB Variations
Color information
#FFC1C8 (or 0xFFC1C8) is known color: Pink. HEX triplet: FF, C1 and C8. RGB value is (255,193,200). Sum of RGB (Red+Green+Blue) = 255+193+200=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 200 (78.52% from 255 or 30.86% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1C8 is #003E37. Grayscale: #D4D4D4. Windows color (decimal): -15928 or 13156863. OLE color: 13156863.
HSL color Cylindrical-coordinate representation of color #FFC1C8: hue angle of 353.23º 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 #FFC1C8 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 200 | - |
| CMYK | 0 | 0.24 | 0.22 | 0 |
| HSL | 353.23º | 1% | 0.88% | - |
| HSV(B) | 353.23º | 0.24% | 1% | - |
| XYZ | 70.74 | 63.57 | 63.19 | - |
| YUV | 212.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 200 | 0 | 0.24 | 0.22 | 0 | 353.23 | 1 | 0.88 |
| Hex | FF | C1 | C8 | 0 | 18 | 16 | 0 | 161 | 64 | 58 |
| Octal | 377 | 301 | 310 | 0 | 30 | 26 | 0 | 541 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11001000 | 0 | 11000 | 10110 | 0 | 101100001 | 1100100 | 1011000 |
Color Harmonies of #FFC1C8
Complementary color
Monochromatic Colors of #FFC1C8
Black with #FFC1C8
Text Example
Text Example
White with #FFC1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1C8; }
p { color: rgb(255,193,200); }
H1.HeaderClassName
{
color: #FFC1C8;
}
.AnyTagClassName
{
color: #FFC1C8;
}
</style>
background-color css
<style>
a { background-color: #FFC1C8; }
a { background-color: rgb(255,193,200); }
div.DivClassName
{
background-color: #FFC1C8;
}
.BgClassName
{
background-color: #FFC1C8;
}
</style>
border-color css
<style>
span { border-color: #FFC1C8; }
span { border-color: rgb(255,193,200); }
td.TdClassName
{
border-color: #FFC1C8;
}
.TagClassName
{
border-color: #FFC1C8;
}
</style>