Shades of Pig Pink #FFDFE7
Tints of Pig Pink #FFDFE7
RGB
CMYK
RGB Variations
Color information
#FFDFE7 (or 0xFFDFE7) is known color: Pig Pink. HEX triplet: FF, DF and E7. RGB value is (255,223,231). Sum of RGB (Red+Green+Blue) = 255+223+231=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 231 (90.62% from 255 or 32.58% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFE7 is #002018. Grayscale: #E9E9E9. Windows color (decimal): -8217 or 15196159. OLE color: 15196159.
HSL color Cylindrical-coordinate representation of color #FFDFE7: hue angle of 345º 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 #FFDFE7 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 231 | - |
| CMYK | 0 | 0.13 | 0.09 | 0 |
| HSL | 345º | 1% | 0.94% | - |
| HSV(B) | 345º | 0.13% | 1% | - |
| XYZ | 82.05 | 79.8 | 86.68 | - |
| YUV | 233.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 231 | 0 | 0.13 | 0.09 | 0 | 345 | 1 | 0.94 |
| Hex | FF | DF | E7 | 0 | D | 9 | 0 | 159 | 64 | 5E |
| Octal | 377 | 337 | 347 | 0 | 15 | 11 | 0 | 531 | 144 | 136 |
| Binary | 11111111 | 11011111 | 11100111 | 0 | 1101 | 1001 | 0 | 101011001 | 1100100 | 1011110 |
Color Harmonies of #FFDFE7
Complementary color
Monochromatic Colors of #FFDFE7
Black with #FFDFE7
Text Example
Text Example
White with #FFDFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFE7; }
p { color: rgb(255,223,231); }
H1.HeaderClassName
{
color: #FFDFE7;
}
.AnyTagClassName
{
color: #FFDFE7;
}
</style>
background-color css
<style>
a { background-color: #FFDFE7; }
a { background-color: rgb(255,223,231); }
div.DivClassName
{
background-color: #FFDFE7;
}
.BgClassName
{
background-color: #FFDFE7;
}
</style>
border-color css
<style>
span { border-color: #FFDFE7; }
span { border-color: rgb(255,223,231); }
td.TdClassName
{
border-color: #FFDFE7;
}
.TagClassName
{
border-color: #FFDFE7;
}
</style>