Shades of Pig Pink #FFDFE8
Tints of Pig Pink #FFDFE8
RGB
CMYK
RGB Variations
Color information
#FFDFE8 (or 0xFFDFE8) is known color: Pig Pink. HEX triplet: FF, DF and E8. RGB value is (255,223,232). Sum of RGB (Red+Green+Blue) = 255+223+232=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 232 (91.02% from 255 or 32.68% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFE8 is #002017. Grayscale: #E9E9E9. Windows color (decimal): -8216 or 15261695. OLE color: 15261695.
HSL color Cylindrical-coordinate representation of color #FFDFE8: hue angle of 343.12º 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 #FFDFE8 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 232 | - |
| CMYK | 0 | 0.13 | 0.09 | 0 |
| HSL | 343.13º | 1% | 0.94% | - |
| HSV(B) | 343.13º | 0.13% | 1% | - |
| XYZ | 82.19 | 79.86 | 87.43 | - |
| YUV | 233.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 232 | 0 | 0.13 | 0.09 | 0 | 343.13 | 1 | 0.94 |
| Hex | FF | DF | E8 | 0 | D | 9 | 0 | 157 | 64 | 5E |
| Octal | 377 | 337 | 350 | 0 | 15 | 11 | 0 | 527 | 144 | 136 |
| Binary | 11111111 | 11011111 | 11101000 | 0 | 1101 | 1001 | 0 | 101010111 | 1100100 | 1011110 |
Color Harmonies of #FFDFE8
Complementary color
Monochromatic Colors of #FFDFE8
Black with #FFDFE8
Text Example
Text Example
White with #FFDFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFE8; }
p { color: rgb(255,223,232); }
H1.HeaderClassName
{
color: #FFDFE8;
}
.AnyTagClassName
{
color: #FFDFE8;
}
</style>
background-color css
<style>
a { background-color: #FFDFE8; }
a { background-color: rgb(255,223,232); }
div.DivClassName
{
background-color: #FFDFE8;
}
.BgClassName
{
background-color: #FFDFE8;
}
</style>
border-color css
<style>
span { border-color: #FFDFE8; }
span { border-color: rgb(255,223,232); }
td.TdClassName
{
border-color: #FFDFE8;
}
.TagClassName
{
border-color: #FFDFE8;
}
</style>