Shades of Pig Pink #FDDCF5
Tints of Pig Pink #FDDCF5
RGB
CMYK
RGB Variations
Color information
#FDDCF5 (or 0xFDDCF5) is known color: Pig Pink. HEX triplet: FD, DC and F5. RGB value is (253,220,245). Sum of RGB (Red+Green+Blue) = 253+220+245=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 220 (86.33% from 255 or 30.64% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF5 is #02230A. Grayscale: #E8E8E8. Windows color (decimal): -140043 or 16112893. OLE color: 16112893.
HSL color Cylindrical-coordinate representation of color #FDDCF5: hue angle of 314.55º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDCF5 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 245 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.01 |
| HSL | 314.55º | 0.89% | 0.93% | - |
| HSV(B) | 314.55º | 0.13% | 0.99% | - |
| XYZ | 82.58 | 78.66 | 97.22 | - |
| YUV | 232.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 245 | 0 | 0.13 | 0.03 | 0.01 | 314.55 | 0.89 | 0.93 |
| Hex | FD | DC | F5 | 0 | D | 3 | 1 | 13B | 59 | 5D |
| Octal | 375 | 334 | 365 | 0 | 15 | 3 | 1 | 473 | 131 | 135 |
| Binary | 11111101 | 11011100 | 11110101 | 0 | 1101 | 11 | 1 | 100111011 | 1011001 | 1011101 |
Color Harmonies of #FDDCF5
Complementary color
Monochromatic Colors of #FDDCF5
Black with #FDDCF5
Text Example
Text Example
White with #FDDCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCF5; }
p { color: rgb(253,220,245); }
H1.HeaderClassName
{
color: #FDDCF5;
}
.AnyTagClassName
{
color: #FDDCF5;
}
</style>
background-color css
<style>
a { background-color: #FDDCF5; }
a { background-color: rgb(253,220,245); }
div.DivClassName
{
background-color: #FDDCF5;
}
.BgClassName
{
background-color: #FDDCF5;
}
</style>
border-color css
<style>
span { border-color: #FDDCF5; }
span { border-color: rgb(253,220,245); }
td.TdClassName
{
border-color: #FDDCF5;
}
.TagClassName
{
border-color: #FDDCF5;
}
</style>