Shades of Pig Pink #FDCFE3
Tints of Pig Pink #FDCFE3
RGB
CMYK
RGB Variations
Color information
#FDCFE3 (or 0xFDCFE3) is known color: Pig Pink. HEX triplet: FD, CF and E3. RGB value is (253,207,227). Sum of RGB (Red+Green+Blue) = 253+207+227=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFE3 is #02301C. Grayscale: #DEDEDE. Windows color (decimal): -143389 or 14929917. OLE color: 14929917.
HSL color Cylindrical-coordinate representation of color #FDCFE3: hue angle of 333.91º 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 #FDCFE3 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 227 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.01 |
| HSL | 333.91º | 0.92% | 0.9% | - |
| HSV(B) | 333.91º | 0.18% | 0.99% | - |
| XYZ | 76.69 | 71.05 | 82.35 | - |
| YUV | 223.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 227 | 0 | 0.18 | 0.10 | 0.01 | 333.91 | 0.92 | 0.9 |
| Hex | FD | CF | E3 | 0 | 12 | A | 1 | 14E | 5C | 5A |
| Octal | 375 | 317 | 343 | 0 | 22 | 12 | 1 | 516 | 134 | 132 |
| Binary | 11111101 | 11001111 | 11100011 | 0 | 10010 | 1010 | 1 | 101001110 | 1011100 | 1011010 |
Color Harmonies of #FDCFE3
Complementary color
Monochromatic Colors of #FDCFE3
Black with #FDCFE3
Text Example
Text Example
White with #FDCFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFE3; }
p { color: rgb(253,207,227); }
H1.HeaderClassName
{
color: #FDCFE3;
}
.AnyTagClassName
{
color: #FDCFE3;
}
</style>
background-color css
<style>
a { background-color: #FDCFE3; }
a { background-color: rgb(253,207,227); }
div.DivClassName
{
background-color: #FDCFE3;
}
.BgClassName
{
background-color: #FDCFE3;
}
</style>
border-color css
<style>
span { border-color: #FDCFE3; }
span { border-color: rgb(253,207,227); }
td.TdClassName
{
border-color: #FDCFE3;
}
.TagClassName
{
border-color: #FDCFE3;
}
</style>