Shades of Pig Pink #FFCFDE
Tints of Pig Pink #FFCFDE
RGB
CMYK
RGB Variations
Color information
#FFCFDE (or 0xFFCFDE) is known color: Pig Pink. HEX triplet: FF, CF and DE. RGB value is (255,207,222). Sum of RGB (Red+Green+Blue) = 255+207+222=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFDE is #003021. Grayscale: #DFDFDF. Windows color (decimal): -12322 or 14602239. OLE color: 14602239.
HSL color Cylindrical-coordinate representation of color #FFCFDE: hue angle of 341.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCFDE is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 222 | - |
| CMYK | 0 | 0.19 | 0.13 | 0 |
| HSL | 341.25º | 1% | 0.91% | - |
| HSV(B) | 341.25º | 0.19% | 1% | - |
| XYZ | 76.74 | 71.16 | 78.8 | - |
| YUV | 223.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 222 | 0 | 0.19 | 0.13 | 0 | 341.25 | 1 | 0.91 |
| Hex | FF | CF | DE | 0 | 13 | D | 0 | 155 | 64 | 5B |
| Octal | 377 | 317 | 336 | 0 | 23 | 15 | 0 | 525 | 144 | 133 |
| Binary | 11111111 | 11001111 | 11011110 | 0 | 10011 | 1101 | 0 | 101010101 | 1100100 | 1011011 |
Color Harmonies of #FFCFDE
Complementary color
Monochromatic Colors of #FFCFDE
Black with #FFCFDE
Text Example
Text Example
White with #FFCFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCFDE; }
p { color: rgb(255,207,222); }
H1.HeaderClassName
{
color: #FFCFDE;
}
.AnyTagClassName
{
color: #FFCFDE;
}
</style>
background-color css
<style>
a { background-color: #FFCFDE; }
a { background-color: rgb(255,207,222); }
div.DivClassName
{
background-color: #FFCFDE;
}
.BgClassName
{
background-color: #FFCFDE;
}
</style>
border-color css
<style>
span { border-color: #FFCFDE; }
span { border-color: rgb(255,207,222); }
td.TdClassName
{
border-color: #FFCFDE;
}
.TagClassName
{
border-color: #FFCFDE;
}
</style>