Shades of Pig Pink #FDCFDF
Tints of Pig Pink #FDCFDF
RGB
CMYK
RGB Variations
Color information
#FDCFDF (or 0xFDCFDF) is known color: Pig Pink. HEX triplet: FD, CF and DF. RGB value is (253,207,223). Sum of RGB (Red+Green+Blue) = 253+207+223=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFDF is #023020. Grayscale: #DEDEDE. Windows color (decimal): -143393 or 14667773. OLE color: 14667773.
HSL color Cylindrical-coordinate representation of color #FDCFDF: hue angle of 339.13º 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 #FDCFDF is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 207 | 223 | - |
CMYK | 0 | 0.18 | 0.12 | 0.01 |
HSL | 339.13º | 0.92% | 0.9% | - |
HSV(B) | 339.13º | 0.18% | 0.99% | - |
XYZ | 76.14 | 70.84 | 79.47 | - |
YUV | 222.58 | 128.24 | 149.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 207 | 223 | 0 | 0.18 | 0.12 | 0.01 | 339.13 | 0.92 | 0.9 |
Hex | FD | CF | DF | 0 | 12 | C | 1 | 153 | 5C | 5A |
Octal | 375 | 317 | 337 | 0 | 22 | 14 | 1 | 523 | 134 | 132 |
Binary | 11111101 | 11001111 | 11011111 | 0 | 10010 | 1100 | 1 | 101010011 | 1011100 | 1011010 |
Color Harmonies of #FDCFDF
Complementary color
Monochromatic Colors of #FDCFDF
Black with #FDCFDF
Text Example
Text Example
White with #FDCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFDF; }
p { color: rgb(253,207,223); }
H1.HeaderClassName
{
color: #FDCFDF;
}
.AnyTagClassName
{
color: #FDCFDF;
}
</style>
background-color css
<style>
a { background-color: #FDCFDF; }
a { background-color: rgb(253,207,223); }
div.DivClassName
{
background-color: #FDCFDF;
}
.BgClassName
{
background-color: #FDCFDF;
}
</style>
border-color css
<style>
span { border-color: #FDCFDF; }
span { border-color: rgb(253,207,223); }
td.TdClassName
{
border-color: #FDCFDF;
}
.TagClassName
{
border-color: #FDCFDF;
}
</style>