Shades of Pig Pink #FFD9F0
Tints of Pig Pink #FFD9F0
RGB
CMYK
RGB Variations
Color information
#FFD9F0 (or 0xFFD9F0) is known color: Pig Pink. HEX triplet: FF, D9 and F0. RGB value is (255,217,240). Sum of RGB (Red+Green+Blue) = 255+217+240=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 217 (85.16% from 255 or 30.48% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9F0 is #00260F. Grayscale: #E6E6E6. Windows color (decimal): -9744 or 15784447. OLE color: 15784447.
HSL color Cylindrical-coordinate representation of color #FFD9F0: hue angle of 323.68º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD9F0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 240 | - |
| CMYK | 0 | 0.15 | 0.06 | 0 |
| HSL | 323.68º | 1% | 0.93% | - |
| HSV(B) | 323.68º | 0.15% | 1% | - |
| XYZ | 81.78 | 77.18 | 93.02 | - |
| YUV | 230.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 240 | 0 | 0.15 | 0.06 | 0 | 323.68 | 1 | 0.93 |
| Hex | FF | D9 | F0 | 0 | F | 6 | 0 | 144 | 64 | 5D |
| Octal | 377 | 331 | 360 | 0 | 17 | 6 | 0 | 504 | 144 | 135 |
| Binary | 11111111 | 11011001 | 11110000 | 0 | 1111 | 110 | 0 | 101000100 | 1100100 | 1011101 |
Color Harmonies of #FFD9F0
Complementary color
Monochromatic Colors of #FFD9F0
Black with #FFD9F0
Text Example
Text Example
White with #FFD9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9F0; }
p { color: rgb(255,217,240); }
H1.HeaderClassName
{
color: #FFD9F0;
}
.AnyTagClassName
{
color: #FFD9F0;
}
</style>
background-color css
<style>
a { background-color: #FFD9F0; }
a { background-color: rgb(255,217,240); }
div.DivClassName
{
background-color: #FFD9F0;
}
.BgClassName
{
background-color: #FFD9F0;
}
</style>
border-color css
<style>
span { border-color: #FFD9F0; }
span { border-color: rgb(255,217,240); }
td.TdClassName
{
border-color: #FFD9F0;
}
.TagClassName
{
border-color: #FFD9F0;
}
</style>