Shades of Pig Pink #FFD1E3
Tints of Pig Pink #FFD1E3
RGB
CMYK
RGB Variations
Color information
#FFD1E3 (or 0xFFD1E3) is known color: Pig Pink. HEX triplet: FF, D1 and E3. RGB value is (255,209,227). Sum of RGB (Red+Green+Blue) = 255+209+227=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 209 (82.03% from 255 or 30.25% from 691); Blue value is 227 (89.06% from 255 or 32.85% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1E3 is #002E1C. Grayscale: #E0E0E0. Windows color (decimal): -11805 or 14930431. OLE color: 14930431.
HSL color Cylindrical-coordinate representation of color #FFD1E3: hue angle of 336.52º 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 #FFD1E3 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 227 | - |
| CMYK | 0 | 0.18 | 0.11 | 0 |
| HSL | 336.52º | 1% | 0.91% | - |
| HSV(B) | 336.52º | 0.18% | 1% | - |
| XYZ | 77.91 | 72.41 | 82.54 | - |
| YUV | 224.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 227 | 0 | 0.18 | 0.11 | 0 | 336.52 | 1 | 0.91 |
| Hex | FF | D1 | E3 | 0 | 12 | B | 0 | 151 | 64 | 5B |
| Octal | 377 | 321 | 343 | 0 | 22 | 13 | 0 | 521 | 144 | 133 |
| Binary | 11111111 | 11010001 | 11100011 | 0 | 10010 | 1011 | 0 | 101010001 | 1100100 | 1011011 |
Color Harmonies of #FFD1E3
Complementary color
Monochromatic Colors of #FFD1E3
Black with #FFD1E3
Text Example
Text Example
White with #FFD1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1E3; }
p { color: rgb(255,209,227); }
H1.HeaderClassName
{
color: #FFD1E3;
}
.AnyTagClassName
{
color: #FFD1E3;
}
</style>
background-color css
<style>
a { background-color: #FFD1E3; }
a { background-color: rgb(255,209,227); }
div.DivClassName
{
background-color: #FFD1E3;
}
.BgClassName
{
background-color: #FFD1E3;
}
</style>
border-color css
<style>
span { border-color: #FFD1E3; }
span { border-color: rgb(255,209,227); }
td.TdClassName
{
border-color: #FFD1E3;
}
.TagClassName
{
border-color: #FFD1E3;
}
</style>