Shades of Pig Pink #FDDFEF
Tints of Pig Pink #FDDFEF
RGB
CMYK
RGB Variations
Color information
#FDDFEF (or 0xFDDFEF) is known color: Pig Pink. HEX triplet: FD, DF and EF. RGB value is (253,223,239). Sum of RGB (Red+Green+Blue) = 253+223+239=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 223 (87.5% from 255 or 31.19% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFEF is #022010. Grayscale: #E9E9E9. Windows color (decimal): -139281 or 15720445. OLE color: 15720445.
HSL color Cylindrical-coordinate representation of color #FDDFEF: hue angle of 328º degrees, saturation: 0.88, 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 #FDDFEF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 239 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.01 |
| HSL | 328º | 0.88% | 0.93% | - |
| HSV(B) | 328º | 0.12% | 0.99% | - |
| XYZ | 82.48 | 79.89 | 92.73 | - |
| YUV | 233.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 239 | 0 | 0.12 | 0.06 | 0.01 | 328 | 0.88 | 0.93 |
| Hex | FD | DF | EF | 0 | C | 6 | 1 | 148 | 58 | 5D |
| Octal | 375 | 337 | 357 | 0 | 14 | 6 | 1 | 510 | 130 | 135 |
| Binary | 11111101 | 11011111 | 11101111 | 0 | 1100 | 110 | 1 | 101001000 | 1011000 | 1011101 |
Color Harmonies of #FDDFEF
Complementary color
Monochromatic Colors of #FDDFEF
Black with #FDDFEF
Text Example
Text Example
White with #FDDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFEF; }
p { color: rgb(253,223,239); }
H1.HeaderClassName
{
color: #FDDFEF;
}
.AnyTagClassName
{
color: #FDDFEF;
}
</style>
background-color css
<style>
a { background-color: #FDDFEF; }
a { background-color: rgb(253,223,239); }
div.DivClassName
{
background-color: #FDDFEF;
}
.BgClassName
{
background-color: #FDDFEF;
}
</style>
border-color css
<style>
span { border-color: #FDDFEF; }
span { border-color: rgb(253,223,239); }
td.TdClassName
{
border-color: #FDDFEF;
}
.TagClassName
{
border-color: #FDDFEF;
}
</style>