Shades of Pig Pink #FFD1F1
Tints of Pig Pink #FFD1F1
RGB
CMYK
RGB Variations
Color information
#FFD1F1 (or 0xFFD1F1) is known color: Pig Pink. HEX triplet: FF, D1 and F1. RGB value is (255,209,241). Sum of RGB (Red+Green+Blue) = 255+209+241=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 209 (82.03% from 255 or 29.65% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD1F1 is #002E0E. Grayscale: #E2E2E2. Windows color (decimal): -11791 or 15847935. OLE color: 15847935.
HSL color Cylindrical-coordinate representation of color #FFD1F1: hue angle of 318.26º 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 #FFD1F1 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 241 | - |
| CMYK | 0 | 0.18 | 0.05 | 0 |
| HSL | 318.26º | 1% | 0.91% | - |
| HSV(B) | 318.26º | 0.18% | 1% | - |
| XYZ | 79.92 | 73.21 | 93.14 | - |
| YUV | 226.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 241 | 0 | 0.18 | 0.05 | 0 | 318.26 | 1 | 0.91 |
| Hex | FF | D1 | F1 | 0 | 12 | 5 | 0 | 13E | 64 | 5B |
| Octal | 377 | 321 | 361 | 0 | 22 | 5 | 0 | 476 | 144 | 133 |
| Binary | 11111111 | 11010001 | 11110001 | 0 | 10010 | 101 | 0 | 100111110 | 1100100 | 1011011 |
Color Harmonies of #FFD1F1
Complementary color
Monochromatic Colors of #FFD1F1
Black with #FFD1F1
Text Example
Text Example
White with #FFD1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1F1; }
p { color: rgb(255,209,241); }
H1.HeaderClassName
{
color: #FFD1F1;
}
.AnyTagClassName
{
color: #FFD1F1;
}
</style>
background-color css
<style>
a { background-color: #FFD1F1; }
a { background-color: rgb(255,209,241); }
div.DivClassName
{
background-color: #FFD1F1;
}
.BgClassName
{
background-color: #FFD1F1;
}
</style>
border-color css
<style>
span { border-color: #FFD1F1; }
span { border-color: rgb(255,209,241); }
td.TdClassName
{
border-color: #FFD1F1;
}
.TagClassName
{
border-color: #FFD1F1;
}
</style>