Shades of Pig Pink #FDD1E7
Tints of Pig Pink #FDD1E7
RGB
CMYK
RGB Variations
Color information
#FDD1E7 (or 0xFDD1E7) is known color: Pig Pink. HEX triplet: FD, D1 and E7. RGB value is (253,209,231). Sum of RGB (Red+Green+Blue) = 253+209+231=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 209 (82.03% from 255 or 30.16% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD1E7 is #022E18. Grayscale: #E0E0E0. Windows color (decimal): -142873 or 15192573. OLE color: 15192573.
HSL color Cylindrical-coordinate representation of color #FDD1E7: hue angle of 330º 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 #FDD1E7 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 231 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.01 |
| HSL | 330º | 0.92% | 0.91% | - |
| HSV(B) | 330º | 0.17% | 0.99% | - |
| XYZ | 77.73 | 72.25 | 85.45 | - |
| YUV | 224.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 231 | 0 | 0.17 | 0.09 | 0.01 | 330 | 0.92 | 0.91 |
| Hex | FD | D1 | E7 | 0 | 11 | 9 | 1 | 14A | 5C | 5B |
| Octal | 375 | 321 | 347 | 0 | 21 | 11 | 1 | 512 | 134 | 133 |
| Binary | 11111101 | 11010001 | 11100111 | 0 | 10001 | 1001 | 1 | 101001010 | 1011100 | 1011011 |
Color Harmonies of #FDD1E7
Complementary color
Monochromatic Colors of #FDD1E7
Black with #FDD1E7
Text Example
Text Example
White with #FDD1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1E7; }
p { color: rgb(253,209,231); }
H1.HeaderClassName
{
color: #FDD1E7;
}
.AnyTagClassName
{
color: #FDD1E7;
}
</style>
background-color css
<style>
a { background-color: #FDD1E7; }
a { background-color: rgb(253,209,231); }
div.DivClassName
{
background-color: #FDD1E7;
}
.BgClassName
{
background-color: #FDD1E7;
}
</style>
border-color css
<style>
span { border-color: #FDD1E7; }
span { border-color: rgb(253,209,231); }
td.TdClassName
{
border-color: #FDD1E7;
}
.TagClassName
{
border-color: #FDD1E7;
}
</style>