Shades of Pig Pink #FDD1E1
Tints of Pig Pink #FDD1E1
RGB
CMYK
RGB Variations
Color information
#FDD1E1 (or 0xFDD1E1) is known color: Pig Pink. HEX triplet: FD, D1 and E1. RGB value is (253,209,225). Sum of RGB (Red+Green+Blue) = 253+209+225=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 209 (82.03% from 255 or 30.42% from 687); Blue value is 225 (88.28% from 255 or 32.75% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1E1 is #022E1E. Grayscale: #DFDFDF. Windows color (decimal): -142879 or 14799357. OLE color: 14799357.
HSL color Cylindrical-coordinate representation of color #FDD1E1: hue angle of 338.18º 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 #FDD1E1 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 225 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.01 |
| HSL | 338.18º | 0.92% | 0.91% | - |
| HSV(B) | 338.18º | 0.17% | 0.99% | - |
| XYZ | 76.9 | 71.92 | 81.06 | - |
| YUV | 223.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 225 | 0 | 0.17 | 0.11 | 0.01 | 338.18 | 0.92 | 0.91 |
| Hex | FD | D1 | E1 | 0 | 11 | B | 1 | 152 | 5C | 5B |
| Octal | 375 | 321 | 341 | 0 | 21 | 13 | 1 | 522 | 134 | 133 |
| Binary | 11111101 | 11010001 | 11100001 | 0 | 10001 | 1011 | 1 | 101010010 | 1011100 | 1011011 |
Color Harmonies of #FDD1E1
Complementary color
Monochromatic Colors of #FDD1E1
Black with #FDD1E1
Text Example
Text Example
White with #FDD1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1E1; }
p { color: rgb(253,209,225); }
H1.HeaderClassName
{
color: #FDD1E1;
}
.AnyTagClassName
{
color: #FDD1E1;
}
</style>
background-color css
<style>
a { background-color: #FDD1E1; }
a { background-color: rgb(253,209,225); }
div.DivClassName
{
background-color: #FDD1E1;
}
.BgClassName
{
background-color: #FDD1E1;
}
</style>
border-color css
<style>
span { border-color: #FDD1E1; }
span { border-color: rgb(253,209,225); }
td.TdClassName
{
border-color: #FDD1E1;
}
.TagClassName
{
border-color: #FDD1E1;
}
</style>