Shades of Pig Pink #FDDDF4
Tints of Pig Pink #FDDDF4
RGB
CMYK
RGB Variations
Color information
#FDDDF4 (or 0xFDDDF4) is known color: Pig Pink. HEX triplet: FD, DD and F4. RGB value is (253,221,244). Sum of RGB (Red+Green+Blue) = 253+221+244=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 221 (86.72% from 255 or 30.78% from 718); Blue value is 244 (95.70% from 255 or 33.98% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDF4 is #02220B. Grayscale: #E9E9E9. Windows color (decimal): -139788 or 16047613. OLE color: 16047613.
HSL color Cylindrical-coordinate representation of color #FDDDF4: hue angle of 316.88º 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 #FDDDF4 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 244 | - |
CMYK | 0 | 0.13 | 0.04 | 0.01 |
HSL | 316.88º | 0.89% | 0.93% | - |
HSV(B) | 316.88º | 0.13% | 0.99% | - |
XYZ | 82.69 | 79.13 | 96.5 | - |
YUV | 233.19 | 134.1 | 142.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 244 | 0 | 0.13 | 0.04 | 0.01 | 316.88 | 0.89 | 0.93 |
Hex | FD | DD | F4 | 0 | D | 4 | 1 | 13D | 59 | 5D |
Octal | 375 | 335 | 364 | 0 | 15 | 4 | 1 | 475 | 131 | 135 |
Binary | 11111101 | 11011101 | 11110100 | 0 | 1101 | 100 | 1 | 100111101 | 1011001 | 1011101 |
Color Harmonies of #FDDDF4
Complementary color
Monochromatic Colors of #FDDDF4
Black with #FDDDF4
Text Example
Text Example
White with #FDDDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDF4; }
p { color: rgb(253,221,244); }
H1.HeaderClassName
{
color: #FDDDF4;
}
.AnyTagClassName
{
color: #FDDDF4;
}
</style>
background-color css
<style>
a { background-color: #FDDDF4; }
a { background-color: rgb(253,221,244); }
div.DivClassName
{
background-color: #FDDDF4;
}
.BgClassName
{
background-color: #FDDDF4;
}
</style>
border-color css
<style>
span { border-color: #FDDDF4; }
span { border-color: rgb(253,221,244); }
td.TdClassName
{
border-color: #FDDDF4;
}
.TagClassName
{
border-color: #FDDDF4;
}
</style>