Shades of Pig Pink #F5DDE9
Tints of Pig Pink #F5DDE9
RGB
CMYK
RGB Variations
Color information
#F5DDE9 (or 0xF5DDE9) is known color: Pig Pink. HEX triplet: F5, DD and E9. RGB value is (245,221,233). Sum of RGB (Red+Green+Blue) = 245+221+233=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 233 (91.41% from 255 or 33.33% from 699); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDE9 is #0A2216. Grayscale: #E5E5E5. Windows color (decimal): -664087 or 15326709. OLE color: 15326709.
HSL color Cylindrical-coordinate representation of color #F5DDE9: hue angle of 330º 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 #F5DDE9 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 233 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.04 |
| HSL | 330º | 0.55% | 0.91% | - |
| HSV(B) | 330º | 0.1% | 0.96% | - |
| XYZ | 78.22 | 77.01 | 87.83 | - |
| YUV | 229.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 233 | 0 | 0.10 | 0.05 | 0.04 | 330 | 0.55 | 0.91 |
| Hex | F5 | DD | E9 | 0 | A | 5 | 4 | 14A | 37 | 5B |
| Octal | 365 | 335 | 351 | 0 | 12 | 5 | 4 | 512 | 67 | 133 |
| Binary | 11110101 | 11011101 | 11101001 | 0 | 1010 | 101 | 100 | 101001010 | 110111 | 1011011 |
Color Harmonies of #F5DDE9
Complementary color
Monochromatic Colors of #F5DDE9
Black with #F5DDE9
Text Example
Text Example
White with #F5DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDE9; }
p { color: rgb(245,221,233); }
H1.HeaderClassName
{
color: #F5DDE9;
}
.AnyTagClassName
{
color: #F5DDE9;
}
</style>
background-color css
<style>
a { background-color: #F5DDE9; }
a { background-color: rgb(245,221,233); }
div.DivClassName
{
background-color: #F5DDE9;
}
.BgClassName
{
background-color: #F5DDE9;
}
</style>
border-color css
<style>
span { border-color: #F5DDE9; }
span { border-color: rgb(245,221,233); }
td.TdClassName
{
border-color: #F5DDE9;
}
.TagClassName
{
border-color: #F5DDE9;
}
</style>