Shades of Pig Pink #FFDDF4
Tints of Pig Pink #FFDDF4
RGB
CMYK
RGB Variations
Color information
#FFDDF4 (or 0xFFDDF4) is known color: Pig Pink. HEX triplet: FF, DD and F4. RGB value is (255,221,244). Sum of RGB (Red+Green+Blue) = 255+221+244=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 221 (86.72% from 255 or 30.69% from 720); Blue value is 244 (95.70% from 255 or 33.89% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDF4 is #00220B. Grayscale: #E9E9E9. Windows color (decimal): -8716 or 16047615. OLE color: 16047615.
HSL color Cylindrical-coordinate representation of color #FFDDF4: hue angle of 319.41º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDF4 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 244 | - |
| CMYK | 0 | 0.13 | 0.04 | 0 |
| HSL | 319.41º | 1% | 0.93% | - |
| HSV(B) | 319.41º | 0.13% | 1% | - |
| XYZ | 83.43 | 79.5 | 96.54 | - |
| YUV | 233.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 244 | 0 | 0.13 | 0.04 | 0 | 319.41 | 1 | 0.93 |
| Hex | FF | DD | F4 | 0 | D | 4 | 0 | 13F | 64 | 5D |
| Octal | 377 | 335 | 364 | 0 | 15 | 4 | 0 | 477 | 144 | 135 |
| Binary | 11111111 | 11011101 | 11110100 | 0 | 1101 | 100 | 0 | 100111111 | 1100100 | 1011101 |
Color Harmonies of #FFDDF4
Complementary color
Monochromatic Colors of #FFDDF4
Black with #FFDDF4
Text Example
Text Example
White with #FFDDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDF4; }
p { color: rgb(255,221,244); }
H1.HeaderClassName
{
color: #FFDDF4;
}
.AnyTagClassName
{
color: #FFDDF4;
}
</style>
background-color css
<style>
a { background-color: #FFDDF4; }
a { background-color: rgb(255,221,244); }
div.DivClassName
{
background-color: #FFDDF4;
}
.BgClassName
{
background-color: #FFDDF4;
}
</style>
border-color css
<style>
span { border-color: #FFDDF4; }
span { border-color: rgb(255,221,244); }
td.TdClassName
{
border-color: #FFDDF4;
}
.TagClassName
{
border-color: #FFDDF4;
}
</style>