Shades of Pig Pink #F7DDED
Tints of Pig Pink #F7DDED
RGB
CMYK
RGB Variations
Color information
#F7DDED (or 0xF7DDED) is known color: Pig Pink. HEX triplet: F7, DD and ED. RGB value is (247,221,237). Sum of RGB (Red+Green+Blue) = 247+221+237=705 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.04% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DDED is #082212. Grayscale: #E6E6E6. Windows color (decimal): -533011 or 15588855. OLE color: 15588855.
HSL color Cylindrical-coordinate representation of color #F7DDED: hue angle of 323.08º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DDED is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 221 | 237 | - |
CMYK | 0 | 0.11 | 0.04 | 0.03 |
HSL | 323.08º | 0.62% | 0.92% | - |
HSV(B) | 323.08º | 0.11% | 0.97% | - |
XYZ | 79.5 | 77.6 | 90.91 | - |
YUV | 230.6 | 131.61 | 139.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 221 | 237 | 0 | 0.11 | 0.04 | 0.03 | 323.08 | 0.62 | 0.92 |
Hex | F7 | DD | ED | 0 | B | 4 | 3 | 143 | 3E | 5C |
Octal | 367 | 335 | 355 | 0 | 13 | 4 | 3 | 503 | 76 | 134 |
Binary | 11110111 | 11011101 | 11101101 | 0 | 1011 | 100 | 11 | 101000011 | 111110 | 1011100 |
Color Harmonies of #F7DDED
Complementary color
Monochromatic Colors of #F7DDED
Black with #F7DDED
Text Example
Text Example
White with #F7DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DDED; }
p { color: rgb(247,221,237); }
H1.HeaderClassName
{
color: #F7DDED;
}
.AnyTagClassName
{
color: #F7DDED;
}
</style>
background-color css
<style>
a { background-color: #F7DDED; }
a { background-color: rgb(247,221,237); }
div.DivClassName
{
background-color: #F7DDED;
}
.BgClassName
{
background-color: #F7DDED;
}
</style>
border-color css
<style>
span { border-color: #F7DDED; }
span { border-color: rgb(247,221,237); }
td.TdClassName
{
border-color: #F7DDED;
}
.TagClassName
{
border-color: #F7DDED;
}
</style>