Shades of Pig Pink #FDDEEF
Tints of Pig Pink #FDDEEF
RGB
CMYK
RGB Variations
Color information
#FDDEEF (or 0xFDDEEF) is known color: Pig Pink. HEX triplet: FD, DE and EF. RGB value is (253,222,239). Sum of RGB (Red+Green+Blue) = 253+222+239=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 222 (87.11% from 255 or 31.09% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEEF is #022110. Grayscale: #E9E9E9. Windows color (decimal): -139537 or 15720189. OLE color: 15720189.
HSL color Cylindrical-coordinate representation of color #FDDEEF: hue angle of 327.1º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEEF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 239 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.01 |
| HSL | 327.1º | 0.89% | 0.93% | - |
| HSV(B) | 327.1º | 0.12% | 0.99% | - |
| XYZ | 82.21 | 79.36 | 92.65 | - |
| YUV | 233.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 239 | 0 | 0.12 | 0.06 | 0.01 | 327.1 | 0.89 | 0.93 |
| Hex | FD | DE | EF | 0 | C | 6 | 1 | 147 | 59 | 5D |
| Octal | 375 | 336 | 357 | 0 | 14 | 6 | 1 | 507 | 131 | 135 |
| Binary | 11111101 | 11011110 | 11101111 | 0 | 1100 | 110 | 1 | 101000111 | 1011001 | 1011101 |
Color Harmonies of #FDDEEF
Complementary color
Monochromatic Colors of #FDDEEF
Black with #FDDEEF
Text Example
Text Example
White with #FDDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEEF; }
p { color: rgb(253,222,239); }
H1.HeaderClassName
{
color: #FDDEEF;
}
.AnyTagClassName
{
color: #FDDEEF;
}
</style>
background-color css
<style>
a { background-color: #FDDEEF; }
a { background-color: rgb(253,222,239); }
div.DivClassName
{
background-color: #FDDEEF;
}
.BgClassName
{
background-color: #FDDEEF;
}
</style>
border-color css
<style>
span { border-color: #FDDEEF; }
span { border-color: rgb(253,222,239); }
td.TdClassName
{
border-color: #FDDEEF;
}
.TagClassName
{
border-color: #FDDEEF;
}
</style>