Shades of Pig Pink #FFDFE9
Tints of Pig Pink #FFDFE9
RGB
CMYK
RGB Variations
Color information
#FFDFE9 (or 0xFFDFE9) is known color: Pig Pink. HEX triplet: FF, DF and E9. RGB value is (255,223,233). Sum of RGB (Red+Green+Blue) = 255+223+233=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 233 (91.41% from 255 or 32.77% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFE9 is #002016. Grayscale: #E9E9E9. Windows color (decimal): -8215 or 15327231. OLE color: 15327231.
HSL color Cylindrical-coordinate representation of color #FFDFE9: hue angle of 341.25º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDFE9 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 233 | - |
| CMYK | 0 | 0.13 | 0.09 | 0 |
| HSL | 341.25º | 1% | 0.94% | - |
| HSV(B) | 341.25º | 0.13% | 1% | - |
| XYZ | 82.34 | 79.92 | 88.18 | - |
| YUV | 233.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 233 | 0 | 0.13 | 0.09 | 0 | 341.25 | 1 | 0.94 |
| Hex | FF | DF | E9 | 0 | D | 9 | 0 | 155 | 64 | 5E |
| Octal | 377 | 337 | 351 | 0 | 15 | 11 | 0 | 525 | 144 | 136 |
| Binary | 11111111 | 11011111 | 11101001 | 0 | 1101 | 1001 | 0 | 101010101 | 1100100 | 1011110 |
Color Harmonies of #FFDFE9
Complementary color
Monochromatic Colors of #FFDFE9
Black with #FFDFE9
Text Example
Text Example
White with #FFDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFE9; }
p { color: rgb(255,223,233); }
H1.HeaderClassName
{
color: #FFDFE9;
}
.AnyTagClassName
{
color: #FFDFE9;
}
</style>
background-color css
<style>
a { background-color: #FFDFE9; }
a { background-color: rgb(255,223,233); }
div.DivClassName
{
background-color: #FFDFE9;
}
.BgClassName
{
background-color: #FFDFE9;
}
</style>
border-color css
<style>
span { border-color: #FFDFE9; }
span { border-color: rgb(255,223,233); }
td.TdClassName
{
border-color: #FFDFE9;
}
.TagClassName
{
border-color: #FFDFE9;
}
</style>