Shades of Pig Pink #FDCFDE
Tints of Pig Pink #FDCFDE
RGB
CMYK
RGB Variations
Color information
#FDCFDE (or 0xFDCFDE) is known color: Pig Pink. HEX triplet: FD, CF and DE. RGB value is (253,207,222). Sum of RGB (Red+Green+Blue) = 253+207+222=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFDE is #023021. Grayscale: #DEDEDE. Windows color (decimal): -143394 or 14602237. OLE color: 14602237.
HSL color Cylindrical-coordinate representation of color #FDCFDE: hue angle of 340.43º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFDE is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 222 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.01 |
| HSL | 340.43º | 0.92% | 0.9% | - |
| HSV(B) | 340.43º | 0.18% | 0.99% | - |
| XYZ | 76.01 | 70.78 | 78.76 | - |
| YUV | 222.46 | 127.74 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 222 | 0 | 0.18 | 0.12 | 0.01 | 340.43 | 0.92 | 0.9 |
| Hex | FD | CF | DE | 0 | 12 | C | 1 | 154 | 5C | 5A |
| Octal | 375 | 317 | 336 | 0 | 22 | 14 | 1 | 524 | 134 | 132 |
| Binary | 11111101 | 11001111 | 11011110 | 0 | 10010 | 1100 | 1 | 101010100 | 1011100 | 1011010 |
Color Harmonies of #FDCFDE
Complementary color
Monochromatic Colors of #FDCFDE
Black with #FDCFDE
Text Example
Text Example
White with #FDCFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFDE; }
p { color: rgb(253,207,222); }
H1.HeaderClassName
{
color: #FDCFDE;
}
.AnyTagClassName
{
color: #FDCFDE;
}
</style>
background-color css
<style>
a { background-color: #FDCFDE; }
a { background-color: rgb(253,207,222); }
div.DivClassName
{
background-color: #FDCFDE;
}
.BgClassName
{
background-color: #FDCFDE;
}
</style>
border-color css
<style>
span { border-color: #FDCFDE; }
span { border-color: rgb(253,207,222); }
td.TdClassName
{
border-color: #FDCFDE;
}
.TagClassName
{
border-color: #FDCFDE;
}
</style>