Shades of Pig Pink #FFD1F2
Tints of Pig Pink #FFD1F2
RGB
CMYK
RGB Variations
Color information
#FFD1F2 (or 0xFFD1F2) is known color: Pig Pink. HEX triplet: FF, D1 and F2. RGB value is (255,209,242). Sum of RGB (Red+Green+Blue) = 255+209+242=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 209 (82.03% from 255 or 29.60% from 706); Blue value is 242 (94.92% from 255 or 34.28% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD1F2 is #002E0D. Grayscale: #E2E2E2. Windows color (decimal): -11790 or 15913471. OLE color: 15913471.
HSL color Cylindrical-coordinate representation of color #FFD1F2: hue angle of 316.96º 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 #FFD1F2 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 242 | - |
| CMYK | 0 | 0.18 | 0.05 | 0 |
| HSL | 316.96º | 1% | 0.91% | - |
| HSV(B) | 316.96º | 0.18% | 1% | - |
| XYZ | 80.07 | 73.27 | 93.93 | - |
| YUV | 226.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 242 | 0 | 0.18 | 0.05 | 0 | 316.96 | 1 | 0.91 |
| Hex | FF | D1 | F2 | 0 | 12 | 5 | 0 | 13D | 64 | 5B |
| Octal | 377 | 321 | 362 | 0 | 22 | 5 | 0 | 475 | 144 | 133 |
| Binary | 11111111 | 11010001 | 11110010 | 0 | 10010 | 101 | 0 | 100111101 | 1100100 | 1011011 |
Color Harmonies of #FFD1F2
Complementary color
Monochromatic Colors of #FFD1F2
Black with #FFD1F2
Text Example
Text Example
White with #FFD1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1F2; }
p { color: rgb(255,209,242); }
H1.HeaderClassName
{
color: #FFD1F2;
}
.AnyTagClassName
{
color: #FFD1F2;
}
</style>
background-color css
<style>
a { background-color: #FFD1F2; }
a { background-color: rgb(255,209,242); }
div.DivClassName
{
background-color: #FFD1F2;
}
.BgClassName
{
background-color: #FFD1F2;
}
</style>
border-color css
<style>
span { border-color: #FFD1F2; }
span { border-color: rgb(255,209,242); }
td.TdClassName
{
border-color: #FFD1F2;
}
.TagClassName
{
border-color: #FFD1F2;
}
</style>