Shades of Pig Pink #FFD1E2
Tints of Pig Pink #FFD1E2
RGB
CMYK
RGB Variations
Color information
#FFD1E2 (or 0xFFD1E2) is known color: Pig Pink. HEX triplet: FF, D1 and E2. RGB value is (255,209,226). Sum of RGB (Red+Green+Blue) = 255+209+226=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 209 (82.03% from 255 or 30.29% from 690); Blue value is 226 (88.67% from 255 or 32.75% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1E2 is #002E1D. Grayscale: #E0E0E0. Windows color (decimal): -11806 or 14864895. OLE color: 14864895.
HSL color Cylindrical-coordinate representation of color #FFD1E2: hue angle of 337.83º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD1E2 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 226 | - |
| CMYK | 0 | 0.18 | 0.11 | 0 |
| HSL | 337.83º | 1% | 0.91% | - |
| HSV(B) | 337.83º | 0.18% | 1% | - |
| XYZ | 77.77 | 72.35 | 81.82 | - |
| YUV | 224.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 226 | 0 | 0.18 | 0.11 | 0 | 337.83 | 1 | 0.91 |
| Hex | FF | D1 | E2 | 0 | 12 | B | 0 | 152 | 64 | 5B |
| Octal | 377 | 321 | 342 | 0 | 22 | 13 | 0 | 522 | 144 | 133 |
| Binary | 11111111 | 11010001 | 11100010 | 0 | 10010 | 1011 | 0 | 101010010 | 1100100 | 1011011 |
Color Harmonies of #FFD1E2
Complementary color
Monochromatic Colors of #FFD1E2
Black with #FFD1E2
Text Example
Text Example
White with #FFD1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1E2; }
p { color: rgb(255,209,226); }
H1.HeaderClassName
{
color: #FFD1E2;
}
.AnyTagClassName
{
color: #FFD1E2;
}
</style>
background-color css
<style>
a { background-color: #FFD1E2; }
a { background-color: rgb(255,209,226); }
div.DivClassName
{
background-color: #FFD1E2;
}
.BgClassName
{
background-color: #FFD1E2;
}
</style>
border-color css
<style>
span { border-color: #FFD1E2; }
span { border-color: rgb(255,209,226); }
td.TdClassName
{
border-color: #FFD1E2;
}
.TagClassName
{
border-color: #FFD1E2;
}
</style>