Shades of Pig Pink #FDDEF1
Tints of Pig Pink #FDDEF1
RGB
CMYK
RGB Variations
Color information
#FDDEF1 (or 0xFDDEF1) is known color: Pig Pink. HEX triplet: FD, DE and F1. RGB value is (253,222,241). Sum of RGB (Red+Green+Blue) = 253+222+241=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 222 (87.11% from 255 or 31.01% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEF1 is #02210E. Grayscale: #E9E9E9. Windows color (decimal): -139535 or 15851261. OLE color: 15851261.
HSL color Cylindrical-coordinate representation of color #FDDEF1: hue angle of 323.23º 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 #FDDEF1 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 241 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.01 |
| HSL | 323.23º | 0.89% | 0.93% | - |
| HSV(B) | 323.23º | 0.12% | 0.99% | - |
| XYZ | 82.51 | 79.48 | 94.21 | - |
| YUV | 233.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 241 | 0 | 0.12 | 0.05 | 0.01 | 323.23 | 0.89 | 0.93 |
| Hex | FD | DE | F1 | 0 | C | 5 | 1 | 143 | 59 | 5D |
| Octal | 375 | 336 | 361 | 0 | 14 | 5 | 1 | 503 | 131 | 135 |
| Binary | 11111101 | 11011110 | 11110001 | 0 | 1100 | 101 | 1 | 101000011 | 1011001 | 1011101 |
Color Harmonies of #FDDEF1
Complementary color
Monochromatic Colors of #FDDEF1
Black with #FDDEF1
Text Example
Text Example
White with #FDDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEF1; }
p { color: rgb(253,222,241); }
H1.HeaderClassName
{
color: #FDDEF1;
}
.AnyTagClassName
{
color: #FDDEF1;
}
</style>
background-color css
<style>
a { background-color: #FDDEF1; }
a { background-color: rgb(253,222,241); }
div.DivClassName
{
background-color: #FDDEF1;
}
.BgClassName
{
background-color: #FDDEF1;
}
</style>
border-color css
<style>
span { border-color: #FDDEF1; }
span { border-color: rgb(253,222,241); }
td.TdClassName
{
border-color: #FDDEF1;
}
.TagClassName
{
border-color: #FDDEF1;
}
</style>