Shades of Pig Pink #FDDEED
Tints of Pig Pink #FDDEED
RGB
CMYK
RGB Variations
Color information
#FDDEED (or 0xFDDEED) is known color: Pig Pink. HEX triplet: FD, DE and ED. RGB value is (253,222,237). Sum of RGB (Red+Green+Blue) = 253+222+237=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEED is #022112. Grayscale: #E8E8E8. Windows color (decimal): -139539 or 15589117. OLE color: 15589117.
HSL color Cylindrical-coordinate representation of color #FDDEED: hue angle of 330.97º 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 #FDDEED is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 237 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.01 |
| HSL | 330.97º | 0.89% | 0.93% | - |
| HSV(B) | 330.97º | 0.12% | 0.99% | - |
| XYZ | 81.92 | 79.24 | 91.1 | - |
| YUV | 232.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 237 | 0 | 0.12 | 0.06 | 0.01 | 330.97 | 0.89 | 0.93 |
| Hex | FD | DE | ED | 0 | C | 6 | 1 | 14B | 59 | 5D |
| Octal | 375 | 336 | 355 | 0 | 14 | 6 | 1 | 513 | 131 | 135 |
| Binary | 11111101 | 11011110 | 11101101 | 0 | 1100 | 110 | 1 | 101001011 | 1011001 | 1011101 |
Color Harmonies of #FDDEED
Complementary color
Monochromatic Colors of #FDDEED
Black with #FDDEED
Text Example
Text Example
White with #FDDEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEED; }
p { color: rgb(253,222,237); }
H1.HeaderClassName
{
color: #FDDEED;
}
.AnyTagClassName
{
color: #FDDEED;
}
</style>
background-color css
<style>
a { background-color: #FDDEED; }
a { background-color: rgb(253,222,237); }
div.DivClassName
{
background-color: #FDDEED;
}
.BgClassName
{
background-color: #FDDEED;
}
</style>
border-color css
<style>
span { border-color: #FDDEED; }
span { border-color: rgb(253,222,237); }
td.TdClassName
{
border-color: #FDDEED;
}
.TagClassName
{
border-color: #FDDEED;
}
</style>