Shades of Pig Pink #FFDEE6
Tints of Pig Pink #FFDEE6
RGB
CMYK
RGB Variations
Color information
#FFDEE6 (or 0xFFDEE6) is known color: Pig Pink. HEX triplet: FF, DE and E6. RGB value is (255,222,230). Sum of RGB (Red+Green+Blue) = 255+222+230=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 230 (90.23% from 255 or 32.53% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEE6 is #002119. Grayscale: #E8E8E8. Windows color (decimal): -8474 or 15130367. OLE color: 15130367.
HSL color Cylindrical-coordinate representation of color #FFDEE6: hue angle of 345.45º 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 #FFDEE6 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 230 | - |
| CMYK | 0 | 0.13 | 0.10 | 0 |
| HSL | 345.45º | 1% | 0.94% | - |
| HSV(B) | 345.45º | 0.13% | 1% | - |
| XYZ | 81.64 | 79.22 | 85.85 | - |
| YUV | 232.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 230 | 0 | 0.13 | 0.10 | 0 | 345.45 | 1 | 0.94 |
| Hex | FF | DE | E6 | 0 | D | A | 0 | 159 | 64 | 5E |
| Octal | 377 | 336 | 346 | 0 | 15 | 12 | 0 | 531 | 144 | 136 |
| Binary | 11111111 | 11011110 | 11100110 | 0 | 1101 | 1010 | 0 | 101011001 | 1100100 | 1011110 |
Color Harmonies of #FFDEE6
Complementary color
Monochromatic Colors of #FFDEE6
Black with #FFDEE6
Text Example
Text Example
White with #FFDEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEE6; }
p { color: rgb(255,222,230); }
H1.HeaderClassName
{
color: #FFDEE6;
}
.AnyTagClassName
{
color: #FFDEE6;
}
</style>
background-color css
<style>
a { background-color: #FFDEE6; }
a { background-color: rgb(255,222,230); }
div.DivClassName
{
background-color: #FFDEE6;
}
.BgClassName
{
background-color: #FFDEE6;
}
</style>
border-color css
<style>
span { border-color: #FFDEE6; }
span { border-color: rgb(255,222,230); }
td.TdClassName
{
border-color: #FFDEE6;
}
.TagClassName
{
border-color: #FFDEE6;
}
</style>