Shades of Pig Pink #F5DDED
Tints of Pig Pink #F5DDED
RGB
CMYK
RGB Variations
Color information
#F5DDED (or 0xF5DDED) is known color: Pig Pink. HEX triplet: F5, DD and ED. RGB value is (245,221,237). Sum of RGB (Red+Green+Blue) = 245+221+237=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDED is #0A2212. Grayscale: #E5E5E5. Windows color (decimal): -664083 or 15588853. OLE color: 15588853.
HSL color Cylindrical-coordinate representation of color #F5DDED: hue angle of 320º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DDED is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 237 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.04 |
| HSL | 320º | 0.55% | 0.91% | - |
| HSV(B) | 320º | 0.1% | 0.96% | - |
| XYZ | 78.8 | 77.24 | 90.88 | - |
| YUV | 230 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 237 | 0 | 0.10 | 0.03 | 0.04 | 320 | 0.55 | 0.91 |
| Hex | F5 | DD | ED | 0 | A | 3 | 4 | 140 | 37 | 5B |
| Octal | 365 | 335 | 355 | 0 | 12 | 3 | 4 | 500 | 67 | 133 |
| Binary | 11110101 | 11011101 | 11101101 | 0 | 1010 | 11 | 100 | 101000000 | 110111 | 1011011 |
Color Harmonies of #F5DDED
Complementary color
Monochromatic Colors of #F5DDED
Black with #F5DDED
Text Example
Text Example
White with #F5DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDED; }
p { color: rgb(245,221,237); }
H1.HeaderClassName
{
color: #F5DDED;
}
.AnyTagClassName
{
color: #F5DDED;
}
</style>
background-color css
<style>
a { background-color: #F5DDED; }
a { background-color: rgb(245,221,237); }
div.DivClassName
{
background-color: #F5DDED;
}
.BgClassName
{
background-color: #F5DDED;
}
</style>
border-color css
<style>
span { border-color: #F5DDED; }
span { border-color: rgb(245,221,237); }
td.TdClassName
{
border-color: #F5DDED;
}
.TagClassName
{
border-color: #F5DDED;
}
</style>