Shades of Pig Pink #FFDEE7
Tints of Pig Pink #FFDEE7
RGB
CMYK
RGB Variations
Color information
#FFDEE7 (or 0xFFDEE7) is known color: Pig Pink. HEX triplet: FF, DE and E7. RGB value is (255,222,231). Sum of RGB (Red+Green+Blue) = 255+222+231=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 231 (90.62% from 255 or 32.63% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEE7 is #002118. Grayscale: #E8E8E8. Windows color (decimal): -8473 or 15195903. OLE color: 15195903.
HSL color Cylindrical-coordinate representation of color #FFDEE7: hue angle of 343.64º 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 #FFDEE7 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 231 | - |
| CMYK | 0 | 0.13 | 0.09 | 0 |
| HSL | 343.64º | 1% | 0.94% | - |
| HSV(B) | 343.64º | 0.13% | 1% | - |
| XYZ | 81.79 | 79.27 | 86.59 | - |
| YUV | 232.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 231 | 0 | 0.13 | 0.09 | 0 | 343.64 | 1 | 0.94 |
| Hex | FF | DE | E7 | 0 | D | 9 | 0 | 158 | 64 | 5E |
| Octal | 377 | 336 | 347 | 0 | 15 | 11 | 0 | 530 | 144 | 136 |
| Binary | 11111111 | 11011110 | 11100111 | 0 | 1101 | 1001 | 0 | 101011000 | 1100100 | 1011110 |
Color Harmonies of #FFDEE7
Complementary color
Monochromatic Colors of #FFDEE7
Black with #FFDEE7
Text Example
Text Example
White with #FFDEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEE7; }
p { color: rgb(255,222,231); }
H1.HeaderClassName
{
color: #FFDEE7;
}
.AnyTagClassName
{
color: #FFDEE7;
}
</style>
background-color css
<style>
a { background-color: #FFDEE7; }
a { background-color: rgb(255,222,231); }
div.DivClassName
{
background-color: #FFDEE7;
}
.BgClassName
{
background-color: #FFDEE7;
}
</style>
border-color css
<style>
span { border-color: #FFDEE7; }
span { border-color: rgb(255,222,231); }
td.TdClassName
{
border-color: #FFDEE7;
}
.TagClassName
{
border-color: #FFDEE7;
}
</style>