Shades of Pig Pink #FDCFE1
Tints of Pig Pink #FDCFE1
RGB
CMYK
RGB Variations
Color information
#FDCFE1 (or 0xFDCFE1) is known color: Pig Pink. HEX triplet: FD, CF and E1. RGB value is (253,207,225). Sum of RGB (Red+Green+Blue) = 253+207+225=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFE1 is #02301E. Grayscale: #DEDEDE. Windows color (decimal): -143391 or 14798845. OLE color: 14798845.
HSL color Cylindrical-coordinate representation of color #FDCFE1: hue angle of 336.52º 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 #FDCFE1 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 225 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.01 |
| HSL | 336.52º | 0.92% | 0.9% | - |
| HSV(B) | 336.52º | 0.18% | 0.99% | - |
| XYZ | 76.41 | 70.94 | 80.9 | - |
| YUV | 222.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 225 | 0 | 0.18 | 0.11 | 0.01 | 336.52 | 0.92 | 0.9 |
| Hex | FD | CF | E1 | 0 | 12 | B | 1 | 151 | 5C | 5A |
| Octal | 375 | 317 | 341 | 0 | 22 | 13 | 1 | 521 | 134 | 132 |
| Binary | 11111101 | 11001111 | 11100001 | 0 | 10010 | 1011 | 1 | 101010001 | 1011100 | 1011010 |
Color Harmonies of #FDCFE1
Complementary color
Monochromatic Colors of #FDCFE1
Black with #FDCFE1
Text Example
Text Example
White with #FDCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFE1; }
p { color: rgb(253,207,225); }
H1.HeaderClassName
{
color: #FDCFE1;
}
.AnyTagClassName
{
color: #FDCFE1;
}
</style>
background-color css
<style>
a { background-color: #FDCFE1; }
a { background-color: rgb(253,207,225); }
div.DivClassName
{
background-color: #FDCFE1;
}
.BgClassName
{
background-color: #FDCFE1;
}
</style>
border-color css
<style>
span { border-color: #FDCFE1; }
span { border-color: rgb(253,207,225); }
td.TdClassName
{
border-color: #FDCFE1;
}
.TagClassName
{
border-color: #FDCFE1;
}
</style>