Shades of Pig Pink #FDDCF4
Tints of Pig Pink #FDDCF4
RGB
CMYK
RGB Variations
Color information
#FDDCF4 (or 0xFDDCF4) is known color: Pig Pink. HEX triplet: FD, DC and F4. RGB value is (253,220,244). Sum of RGB (Red+Green+Blue) = 253+220+244=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 220 (86.33% from 255 or 30.68% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF4 is #02230B. Grayscale: #E8E8E8. Windows color (decimal): -140044 or 16047357. OLE color: 16047357.
HSL color Cylindrical-coordinate representation of color #FDDCF4: hue angle of 316.36º 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 #FDDCF4 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 244 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.01 |
| HSL | 316.36º | 0.89% | 0.93% | - |
| HSV(B) | 316.36º | 0.13% | 0.99% | - |
| XYZ | 82.43 | 78.6 | 96.41 | - |
| YUV | 232.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 244 | 0 | 0.13 | 0.04 | 0.01 | 316.36 | 0.89 | 0.93 |
| Hex | FD | DC | F4 | 0 | D | 4 | 1 | 13C | 59 | 5D |
| Octal | 375 | 334 | 364 | 0 | 15 | 4 | 1 | 474 | 131 | 135 |
| Binary | 11111101 | 11011100 | 11110100 | 0 | 1101 | 100 | 1 | 100111100 | 1011001 | 1011101 |
Color Harmonies of #FDDCF4
Complementary color
Monochromatic Colors of #FDDCF4
Black with #FDDCF4
Text Example
Text Example
White with #FDDCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCF4; }
p { color: rgb(253,220,244); }
H1.HeaderClassName
{
color: #FDDCF4;
}
.AnyTagClassName
{
color: #FDDCF4;
}
</style>
background-color css
<style>
a { background-color: #FDDCF4; }
a { background-color: rgb(253,220,244); }
div.DivClassName
{
background-color: #FDDCF4;
}
.BgClassName
{
background-color: #FDDCF4;
}
</style>
border-color css
<style>
span { border-color: #FDDCF4; }
span { border-color: rgb(253,220,244); }
td.TdClassName
{
border-color: #FDDCF4;
}
.TagClassName
{
border-color: #FDDCF4;
}
</style>