Shades of Pig Pink #FFDDF6
Tints of Pig Pink #FFDDF6
RGB
CMYK
RGB Variations
Color information
#FFDDF6 (or 0xFFDDF6) is known color: Pig Pink. HEX triplet: FF, DD and F6. RGB value is (255,221,246). Sum of RGB (Red+Green+Blue) = 255+221+246=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 221 (86.72% from 255 or 30.61% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDF6 is #002209. Grayscale: #E9E9E9. Windows color (decimal): -8714 or 16178687. OLE color: 16178687.
HSL color Cylindrical-coordinate representation of color #FFDDF6: hue angle of 315.88º 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 #FFDDF6 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 221 | 246 | - |
CMYK | 0 | 0.13 | 0.04 | 0 |
HSL | 315.88º | 1% | 0.93% | - |
HSV(B) | 315.88º | 0.13% | 1% | - |
XYZ | 83.73 | 79.63 | 98.15 | - |
YUV | 234.02 | 134.76 | 142.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 221 | 246 | 0 | 0.13 | 0.04 | 0 | 315.88 | 1 | 0.93 |
Hex | FF | DD | F6 | 0 | D | 4 | 0 | 13C | 64 | 5D |
Octal | 377 | 335 | 366 | 0 | 15 | 4 | 0 | 474 | 144 | 135 |
Binary | 11111111 | 11011101 | 11110110 | 0 | 1101 | 100 | 0 | 100111100 | 1100100 | 1011101 |
Color Harmonies of #FFDDF6
Complementary color
Monochromatic Colors of #FFDDF6
Black with #FFDDF6
Text Example
Text Example
White with #FFDDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDF6; }
p { color: rgb(255,221,246); }
H1.HeaderClassName
{
color: #FFDDF6;
}
.AnyTagClassName
{
color: #FFDDF6;
}
</style>
background-color css
<style>
a { background-color: #FFDDF6; }
a { background-color: rgb(255,221,246); }
div.DivClassName
{
background-color: #FFDDF6;
}
.BgClassName
{
background-color: #FFDDF6;
}
</style>
border-color css
<style>
span { border-color: #FFDDF6; }
span { border-color: rgb(255,221,246); }
td.TdClassName
{
border-color: #FFDDF6;
}
.TagClassName
{
border-color: #FFDDF6;
}
</style>