Shades of Pig Pink #F9DDE8
Tints of Pig Pink #F9DDE8
RGB
CMYK
RGB Variations
Color information
#F9DDE8 (or 0xF9DDE8) is known color: Pig Pink. HEX triplet: F9, DD and E8. RGB value is (249,221,232). Sum of RGB (Red+Green+Blue) = 249+221+232=702 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.47% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDE8 is #062217. Grayscale: #E6E6E6. Windows color (decimal): -401944 or 15261177. OLE color: 15261177.
HSL color Cylindrical-coordinate representation of color #F9DDE8: hue angle of 336.43º 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 #F9DDE8 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 232 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.02 |
| HSL | 336.43º | 0.7% | 0.92% | - |
| HSV(B) | 336.43º | 0.11% | 0.98% | - |
| XYZ | 79.49 | 77.68 | 87.15 | - |
| YUV | 230.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 232 | 0 | 0.11 | 0.07 | 0.02 | 336.43 | 0.7 | 0.92 |
| Hex | F9 | DD | E8 | 0 | B | 7 | 2 | 150 | 46 | 5C |
| Octal | 371 | 335 | 350 | 0 | 13 | 7 | 2 | 520 | 106 | 134 |
| Binary | 11111001 | 11011101 | 11101000 | 0 | 1011 | 111 | 10 | 101010000 | 1000110 | 1011100 |
Color Harmonies of #F9DDE8
Complementary color
Monochromatic Colors of #F9DDE8
Black with #F9DDE8
Text Example
Text Example
White with #F9DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDE8; }
p { color: rgb(249,221,232); }
H1.HeaderClassName
{
color: #F9DDE8;
}
.AnyTagClassName
{
color: #F9DDE8;
}
</style>
background-color css
<style>
a { background-color: #F9DDE8; }
a { background-color: rgb(249,221,232); }
div.DivClassName
{
background-color: #F9DDE8;
}
.BgClassName
{
background-color: #F9DDE8;
}
</style>
border-color css
<style>
span { border-color: #F9DDE8; }
span { border-color: rgb(249,221,232); }
td.TdClassName
{
border-color: #F9DDE8;
}
.TagClassName
{
border-color: #F9DDE8;
}
</style>