Shades of Pig Pink #FFD4F1
Tints of Pig Pink #FFD4F1
RGB
CMYK
RGB Variations
Color information
#FFD4F1 (or 0xFFD4F1) is known color: Pig Pink. HEX triplet: FF, D4 and F1. RGB value is (255,212,241). Sum of RGB (Red+Green+Blue) = 255+212+241=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 212 (83.20% from 255 or 29.94% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD4F1 is #002B0E. Grayscale: #E4E4E4. Windows color (decimal): -11023 or 15848703. OLE color: 15848703.
HSL color Cylindrical-coordinate representation of color #FFD4F1: hue angle of 319.53º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD4F1 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 241 | - |
| CMYK | 0 | 0.17 | 0.05 | 0 |
| HSL | 319.53º | 1% | 0.92% | - |
| HSV(B) | 319.53º | 0.17% | 1% | - |
| XYZ | 80.66 | 74.7 | 93.39 | - |
| YUV | 228.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 241 | 0 | 0.17 | 0.05 | 0 | 319.53 | 1 | 0.92 |
| Hex | FF | D4 | F1 | 0 | 11 | 5 | 0 | 140 | 64 | 5C |
| Octal | 377 | 324 | 361 | 0 | 21 | 5 | 0 | 500 | 144 | 134 |
| Binary | 11111111 | 11010100 | 11110001 | 0 | 10001 | 101 | 0 | 101000000 | 1100100 | 1011100 |
Color Harmonies of #FFD4F1
Complementary color
Monochromatic Colors of #FFD4F1
Black with #FFD4F1
Text Example
Text Example
White with #FFD4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD4F1; }
p { color: rgb(255,212,241); }
H1.HeaderClassName
{
color: #FFD4F1;
}
.AnyTagClassName
{
color: #FFD4F1;
}
</style>
background-color css
<style>
a { background-color: #FFD4F1; }
a { background-color: rgb(255,212,241); }
div.DivClassName
{
background-color: #FFD4F1;
}
.BgClassName
{
background-color: #FFD4F1;
}
</style>
border-color css
<style>
span { border-color: #FFD4F1; }
span { border-color: rgb(255,212,241); }
td.TdClassName
{
border-color: #FFD4F1;
}
.TagClassName
{
border-color: #FFD4F1;
}
</style>