Shades of Pig Pink #FFDDF5
Tints of Pig Pink #FFDDF5
RGB
CMYK
RGB Variations
Color information
#FFDDF5 (or 0xFFDDF5) is known color: Pig Pink. HEX triplet: FF, DD and F5. RGB value is (255,221,245). Sum of RGB (Red+Green+Blue) = 255+221+245=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 221 (86.72% from 255 or 30.65% from 721); Blue value is 245 (96.09% from 255 or 33.98% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDF5 is #00220A. Grayscale: #E9E9E9. Windows color (decimal): -8715 or 16113151. OLE color: 16113151.
HSL color Cylindrical-coordinate representation of color #FFDDF5: hue angle of 317.65º 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 #FFDDF5 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 245 | - |
| CMYK | 0 | 0.13 | 0.04 | 0 |
| HSL | 317.65º | 1% | 0.93% | - |
| HSV(B) | 317.65º | 0.13% | 1% | - |
| XYZ | 83.58 | 79.57 | 97.34 | - |
| YUV | 233.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 245 | 0 | 0.13 | 0.04 | 0 | 317.65 | 1 | 0.93 |
| Hex | FF | DD | F5 | 0 | D | 4 | 0 | 13E | 64 | 5D |
| Octal | 377 | 335 | 365 | 0 | 15 | 4 | 0 | 476 | 144 | 135 |
| Binary | 11111111 | 11011101 | 11110101 | 0 | 1101 | 100 | 0 | 100111110 | 1100100 | 1011101 |
Color Harmonies of #FFDDF5
Complementary color
Monochromatic Colors of #FFDDF5
Black with #FFDDF5
Text Example
Text Example
White with #FFDDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDF5; }
p { color: rgb(255,221,245); }
H1.HeaderClassName
{
color: #FFDDF5;
}
.AnyTagClassName
{
color: #FFDDF5;
}
</style>
background-color css
<style>
a { background-color: #FFDDF5; }
a { background-color: rgb(255,221,245); }
div.DivClassName
{
background-color: #FFDDF5;
}
.BgClassName
{
background-color: #FFDDF5;
}
</style>
border-color css
<style>
span { border-color: #FFDDF5; }
span { border-color: rgb(255,221,245); }
td.TdClassName
{
border-color: #FFDDF5;
}
.TagClassName
{
border-color: #FFDDF5;
}
</style>