Shades of Pink #FFC1CC
Tints of Pink #FFC1CC
RGB
CMYK
RGB Variations
Color information
#FFC1CC (or 0xFFC1CC) is known color: Pink. HEX triplet: FF, C1 and CC. RGB value is (255,193,204). Sum of RGB (Red+Green+Blue) = 255+193+204=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1CC is #003E33. Grayscale: #D4D4D4. Windows color (decimal): -15924 or 13419007. OLE color: 13419007.
HSL color Cylindrical-coordinate representation of color #FFC1CC: hue angle of 349.35º 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 #FFC1CC is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 193 | 204 | - |
CMYK | 0 | 0.24 | 0.2 | 0 |
HSL | 349.35º | 1% | 0.88% | - |
HSV(B) | 349.35º | 0.24% | 1% | - |
XYZ | 71.21 | 63.76 | 65.68 | - |
YUV | 212.79 | 123.04 | 158.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 193 | 204 | 0 | 0.24 | 0.2 | 0 | 349.35 | 1 | 0.88 |
Hex | FF | C1 | CC | 0 | 18 | 14 | 0 | 15D | 64 | 58 |
Octal | 377 | 301 | 314 | 0 | 30 | 24 | 0 | 535 | 144 | 130 |
Binary | 11111111 | 11000001 | 11001100 | 0 | 11000 | 10100 | 0 | 101011101 | 1100100 | 1011000 |
Color Harmonies of #FFC1CC
Complementary color
Monochromatic Colors of #FFC1CC
Black with #FFC1CC
Text Example
Text Example
White with #FFC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1CC; }
p { color: rgb(255,193,204); }
H1.HeaderClassName
{
color: #FFC1CC;
}
.AnyTagClassName
{
color: #FFC1CC;
}
</style>
background-color css
<style>
a { background-color: #FFC1CC; }
a { background-color: rgb(255,193,204); }
div.DivClassName
{
background-color: #FFC1CC;
}
.BgClassName
{
background-color: #FFC1CC;
}
</style>
border-color css
<style>
span { border-color: #FFC1CC; }
span { border-color: rgb(255,193,204); }
td.TdClassName
{
border-color: #FFC1CC;
}
.TagClassName
{
border-color: #FFC1CC;
}
</style>