Shades of Pig Pink #FFCCDF
Tints of Pig Pink #FFCCDF
RGB
CMYK
RGB Variations
Color information
#FFCCDF (or 0xFFCCDF) is known color: Pig Pink. HEX triplet: FF, CC and DF. RGB value is (255,204,223). Sum of RGB (Red+Green+Blue) = 255+204+223=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCDF is #003320. Grayscale: #DDDDDD. Windows color (decimal): -13089 or 14667007. OLE color: 14667007.
HSL color Cylindrical-coordinate representation of color #FFCCDF: hue angle of 337.65º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCCDF is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 223 | - |
| CMYK | 0 | 0.2 | 0.13 | 0 |
| HSL | 337.65º | 1% | 0.9% | - |
| HSV(B) | 337.65º | 0.2% | 1% | - |
| XYZ | 76.15 | 69.77 | 79.27 | - |
| YUV | 221.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 223 | 0 | 0.2 | 0.13 | 0 | 337.65 | 1 | 0.9 |
| Hex | FF | CC | DF | 0 | 14 | D | 0 | 152 | 64 | 5A |
| Octal | 377 | 314 | 337 | 0 | 24 | 15 | 0 | 522 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11011111 | 0 | 10100 | 1101 | 0 | 101010010 | 1100100 | 1011010 |
Color Harmonies of #FFCCDF
Complementary color
Monochromatic Colors of #FFCCDF
Black with #FFCCDF
Text Example
Text Example
White with #FFCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCDF; }
p { color: rgb(255,204,223); }
H1.HeaderClassName
{
color: #FFCCDF;
}
.AnyTagClassName
{
color: #FFCCDF;
}
</style>
background-color css
<style>
a { background-color: #FFCCDF; }
a { background-color: rgb(255,204,223); }
div.DivClassName
{
background-color: #FFCCDF;
}
.BgClassName
{
background-color: #FFCCDF;
}
</style>
border-color css
<style>
span { border-color: #FFCCDF; }
span { border-color: rgb(255,204,223); }
td.TdClassName
{
border-color: #FFCCDF;
}
.TagClassName
{
border-color: #FFCCDF;
}
</style>