Shades of Pig Pink #F4D9E2
Tints of Pig Pink #F4D9E2
RGB
CMYK
RGB Variations
Color information
#F4D9E2 (or 0xF4D9E2) is known color: Pig Pink. HEX triplet: F4, D9 and E2. RGB value is (244,217,226). Sum of RGB (Red+Green+Blue) = 244+217+226=687 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.52% from 687); Green value is 217 (85.16% from 255 or 31.59% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D9E2 is #0B261D. Grayscale: #E2E2E2. Windows color (decimal): -730654 or 14866932. OLE color: 14866932.
HSL color Cylindrical-coordinate representation of color #F4D9E2: hue angle of 340º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4D9E2 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 217 | 226 | - |
CMYK | 0 | 0.11 | 0.07 | 0.04 |
HSL | 340º | 0.55% | 0.9% | - |
HSV(B) | 340º | 0.11% | 0.96% | - |
XYZ | 75.85 | 74.35 | 82.3 | - |
YUV | 226.1 | 127.95 | 140.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 217 | 226 | 0 | 0.11 | 0.07 | 0.04 | 340 | 0.55 | 0.9 |
Hex | F4 | D9 | E2 | 0 | B | 7 | 4 | 154 | 37 | 5A |
Octal | 364 | 331 | 342 | 0 | 13 | 7 | 4 | 524 | 67 | 132 |
Binary | 11110100 | 11011001 | 11100010 | 0 | 1011 | 111 | 100 | 101010100 | 110111 | 1011010 |
Color Harmonies of #F4D9E2
Complementary color
Monochromatic Colors of #F4D9E2
Black with #F4D9E2
Text Example
Text Example
White with #F4D9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D9E2; }
p { color: rgb(244,217,226); }
H1.HeaderClassName
{
color: #F4D9E2;
}
.AnyTagClassName
{
color: #F4D9E2;
}
</style>
background-color css
<style>
a { background-color: #F4D9E2; }
a { background-color: rgb(244,217,226); }
div.DivClassName
{
background-color: #F4D9E2;
}
.BgClassName
{
background-color: #F4D9E2;
}
</style>
border-color css
<style>
span { border-color: #F4D9E2; }
span { border-color: rgb(244,217,226); }
td.TdClassName
{
border-color: #F4D9E2;
}
.TagClassName
{
border-color: #F4D9E2;
}
</style>