Shades of Pink #FFC3CC
Tints of Pink #FFC3CC
RGB
CMYK
RGB Variations
Color information
#FFC3CC (or 0xFFC3CC) is known color: Pink. HEX triplet: FF, C3 and CC. RGB value is (255,195,204). Sum of RGB (Red+Green+Blue) = 255+195+204=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3CC is #003C33. Grayscale: #D5D5D5. Windows color (decimal): -15412 or 13419519. OLE color: 13419519.
HSL color Cylindrical-coordinate representation of color #FFC3CC: hue angle of 351º 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 #FFC3CC is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 204 | - |
| CMYK | 0 | 0.24 | 0.2 | 0 |
| HSL | 351º | 1% | 0.88% | - |
| HSV(B) | 351º | 0.24% | 1% | - |
| XYZ | 71.65 | 64.65 | 65.83 | - |
| YUV | 213.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 204 | 0 | 0.24 | 0.2 | 0 | 351 | 1 | 0.88 |
| Hex | FF | C3 | CC | 0 | 18 | 14 | 0 | 15F | 64 | 58 |
| Octal | 377 | 303 | 314 | 0 | 30 | 24 | 0 | 537 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11001100 | 0 | 11000 | 10100 | 0 | 101011111 | 1100100 | 1011000 |
Color Harmonies of #FFC3CC
Complementary color
Monochromatic Colors of #FFC3CC
Black with #FFC3CC
Text Example
Text Example
White with #FFC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3CC; }
p { color: rgb(255,195,204); }
H1.HeaderClassName
{
color: #FFC3CC;
}
.AnyTagClassName
{
color: #FFC3CC;
}
</style>
background-color css
<style>
a { background-color: #FFC3CC; }
a { background-color: rgb(255,195,204); }
div.DivClassName
{
background-color: #FFC3CC;
}
.BgClassName
{
background-color: #FFC3CC;
}
</style>
border-color css
<style>
span { border-color: #FFC3CC; }
span { border-color: rgb(255,195,204); }
td.TdClassName
{
border-color: #FFC3CC;
}
.TagClassName
{
border-color: #FFC3CC;
}
</style>