Shades of Pig Pink #FDD1EF
Tints of Pig Pink #FDD1EF
RGB
CMYK
RGB Variations
Color information
#FDD1EF (or 0xFDD1EF) is known color: Pig Pink. HEX triplet: FD, D1 and EF. RGB value is (253,209,239). Sum of RGB (Red+Green+Blue) = 253+209+239=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 209 (82.03% from 255 or 29.81% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD1EF is #022E10. Grayscale: #E1E1E1. Windows color (decimal): -142865 or 15716861. OLE color: 15716861.
HSL color Cylindrical-coordinate representation of color #FDD1EF: hue angle of 319.09º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD1EF is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 239 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.01 |
| HSL | 319.09º | 0.92% | 0.91% | - |
| HSV(B) | 319.09º | 0.17% | 0.99% | - |
| XYZ | 78.89 | 72.72 | 91.54 | - |
| YUV | 225.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 239 | 0 | 0.17 | 0.06 | 0.01 | 319.09 | 0.92 | 0.91 |
| Hex | FD | D1 | EF | 0 | 11 | 6 | 1 | 13F | 5C | 5B |
| Octal | 375 | 321 | 357 | 0 | 21 | 6 | 1 | 477 | 134 | 133 |
| Binary | 11111101 | 11010001 | 11101111 | 0 | 10001 | 110 | 1 | 100111111 | 1011100 | 1011011 |
Color Harmonies of #FDD1EF
Complementary color
Monochromatic Colors of #FDD1EF
Black with #FDD1EF
Text Example
Text Example
White with #FDD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1EF; }
p { color: rgb(253,209,239); }
H1.HeaderClassName
{
color: #FDD1EF;
}
.AnyTagClassName
{
color: #FDD1EF;
}
</style>
background-color css
<style>
a { background-color: #FDD1EF; }
a { background-color: rgb(253,209,239); }
div.DivClassName
{
background-color: #FDD1EF;
}
.BgClassName
{
background-color: #FDD1EF;
}
</style>
border-color css
<style>
span { border-color: #FDD1EF; }
span { border-color: rgb(253,209,239); }
td.TdClassName
{
border-color: #FDD1EF;
}
.TagClassName
{
border-color: #FDD1EF;
}
</style>