Shades of Pig Pink #F9DEF0
Tints of Pig Pink #F9DEF0
RGB
CMYK
RGB Variations
Color information
#F9DEF0 (or 0xF9DEF0) is known color: Pig Pink. HEX triplet: F9, DE and F0. RGB value is (249,222,240). Sum of RGB (Red+Green+Blue) = 249+222+240=711 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.02% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DEF0 is #06210F. Grayscale: #E8E8E8. Windows color (decimal): -401680 or 15785721. OLE color: 15785721.
HSL color Cylindrical-coordinate representation of color #F9DEF0: hue angle of 320º degrees, saturation: 0.69, 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 #F9DEF0 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 222 | 240 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.02 |
| HSL | 320º | 0.69% | 0.92% | - |
| HSV(B) | 320º | 0.11% | 0.98% | - |
| XYZ | 80.92 | 78.67 | 93.36 | - |
| YUV | 232.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 222 | 240 | 0 | 0.11 | 0.04 | 0.02 | 320 | 0.69 | 0.92 |
| Hex | F9 | DE | F0 | 0 | B | 4 | 2 | 140 | 45 | 5C |
| Octal | 371 | 336 | 360 | 0 | 13 | 4 | 2 | 500 | 105 | 134 |
| Binary | 11111001 | 11011110 | 11110000 | 0 | 1011 | 100 | 10 | 101000000 | 1000101 | 1011100 |
Color Harmonies of #F9DEF0
Complementary color
Monochromatic Colors of #F9DEF0
Black with #F9DEF0
Text Example
Text Example
White with #F9DEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DEF0; }
p { color: rgb(249,222,240); }
H1.HeaderClassName
{
color: #F9DEF0;
}
.AnyTagClassName
{
color: #F9DEF0;
}
</style>
background-color css
<style>
a { background-color: #F9DEF0; }
a { background-color: rgb(249,222,240); }
div.DivClassName
{
background-color: #F9DEF0;
}
.BgClassName
{
background-color: #F9DEF0;
}
</style>
border-color css
<style>
span { border-color: #F9DEF0; }
span { border-color: rgb(249,222,240); }
td.TdClassName
{
border-color: #F9DEF0;
}
.TagClassName
{
border-color: #F9DEF0;
}
</style>