Shades of Pig Pink #FFDEEA
Tints of Pig Pink #FFDEEA
RGB
CMYK
RGB Variations
Color information
#FFDEEA (or 0xFFDEEA) is known color: Pig Pink. HEX triplet: FF, DE and EA. RGB value is (255,222,234). Sum of RGB (Red+Green+Blue) = 255+222+234=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 234 (91.80% from 255 or 32.91% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEEA is #002115. Grayscale: #E9E9E9. Windows color (decimal): -8470 or 15392511. OLE color: 15392511.
HSL color Cylindrical-coordinate representation of color #FFDEEA: hue angle of 338.18º 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 #FFDEEA is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 234 | - |
| CMYK | 0 | 0.13 | 0.08 | 0 |
| HSL | 338.18º | 1% | 0.94% | - |
| HSV(B) | 338.18º | 0.13% | 1% | - |
| XYZ | 82.21 | 79.44 | 88.84 | - |
| YUV | 233.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 234 | 0 | 0.13 | 0.08 | 0 | 338.18 | 1 | 0.94 |
| Hex | FF | DE | EA | 0 | D | 8 | 0 | 152 | 64 | 5E |
| Octal | 377 | 336 | 352 | 0 | 15 | 10 | 0 | 522 | 144 | 136 |
| Binary | 11111111 | 11011110 | 11101010 | 0 | 1101 | 1000 | 0 | 101010010 | 1100100 | 1011110 |
Color Harmonies of #FFDEEA
Complementary color
Monochromatic Colors of #FFDEEA
Black with #FFDEEA
Text Example
Text Example
White with #FFDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEEA; }
p { color: rgb(255,222,234); }
H1.HeaderClassName
{
color: #FFDEEA;
}
.AnyTagClassName
{
color: #FFDEEA;
}
</style>
background-color css
<style>
a { background-color: #FFDEEA; }
a { background-color: rgb(255,222,234); }
div.DivClassName
{
background-color: #FFDEEA;
}
.BgClassName
{
background-color: #FFDEEA;
}
</style>
border-color css
<style>
span { border-color: #FFDEEA; }
span { border-color: rgb(255,222,234); }
td.TdClassName
{
border-color: #FFDEEA;
}
.TagClassName
{
border-color: #FFDEEA;
}
</style>