Shades of Pig Pink #F9DDE5
Tints of Pig Pink #F9DDE5
RGB
CMYK
RGB Variations
Color information
#F9DDE5 (or 0xF9DDE5) is known color: Pig Pink. HEX triplet: F9, DD and E5. RGB value is (249,221,229). Sum of RGB (Red+Green+Blue) = 249+221+229=699 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.62% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 229 (89.84% from 255 or 32.76% from 699); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDE5 is #06221A. Grayscale: #E6E6E6. Windows color (decimal): -401947 or 15064569. OLE color: 15064569.
HSL color Cylindrical-coordinate representation of color #F9DDE5: hue angle of 342.86º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9DDE5 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 229 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.02 |
| HSL | 342.86º | 0.7% | 0.92% | - |
| HSV(B) | 342.86º | 0.11% | 0.98% | - |
| XYZ | 79.07 | 77.51 | 84.92 | - |
| YUV | 230.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 229 | 0 | 0.11 | 0.08 | 0.02 | 342.86 | 0.7 | 0.92 |
| Hex | F9 | DD | E5 | 0 | B | 8 | 2 | 157 | 46 | 5C |
| Octal | 371 | 335 | 345 | 0 | 13 | 10 | 2 | 527 | 106 | 134 |
| Binary | 11111001 | 11011101 | 11100101 | 0 | 1011 | 1000 | 10 | 101010111 | 1000110 | 1011100 |
Color Harmonies of #F9DDE5
Complementary color
Monochromatic Colors of #F9DDE5
Black with #F9DDE5
Text Example
Text Example
White with #F9DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDE5; }
p { color: rgb(249,221,229); }
H1.HeaderClassName
{
color: #F9DDE5;
}
.AnyTagClassName
{
color: #F9DDE5;
}
</style>
background-color css
<style>
a { background-color: #F9DDE5; }
a { background-color: rgb(249,221,229); }
div.DivClassName
{
background-color: #F9DDE5;
}
.BgClassName
{
background-color: #F9DDE5;
}
</style>
border-color css
<style>
span { border-color: #F9DDE5; }
span { border-color: rgb(249,221,229); }
td.TdClassName
{
border-color: #F9DDE5;
}
.TagClassName
{
border-color: #F9DDE5;
}
</style>