Shades of Pig Pink #F4D2DE
Tints of Pig Pink #F4D2DE
RGB
CMYK
RGB Variations
Color information
#F4D2DE (or 0xF4D2DE) is known color: Pig Pink. HEX triplet: F4, D2 and DE. RGB value is (244,210,222). Sum of RGB (Red+Green+Blue) = 244+210+222=676 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.09% from 676); Green value is 210 (82.42% from 255 or 31.07% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D2DE is #0B2D21. Grayscale: #DDDDDD. Windows color (decimal): -732450 or 14602996. OLE color: 14602996.
HSL color Cylindrical-coordinate representation of color #F4D2DE: hue angle of 338.82º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F4D2DE is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 222 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.04 |
| HSL | 338.82º | 0.61% | 0.89% | - |
| HSV(B) | 338.82º | 0.14% | 0.96% | - |
| XYZ | 73.54 | 70.6 | 78.86 | - |
| YUV | 221.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 222 | 0 | 0.14 | 0.09 | 0.04 | 338.82 | 0.61 | 0.89 |
| Hex | F4 | D2 | DE | 0 | E | 9 | 4 | 153 | 3D | 59 |
| Octal | 364 | 322 | 336 | 0 | 16 | 11 | 4 | 523 | 75 | 131 |
| Binary | 11110100 | 11010010 | 11011110 | 0 | 1110 | 1001 | 100 | 101010011 | 111101 | 1011001 |
Color Harmonies of #F4D2DE
Complementary color
Monochromatic Colors of #F4D2DE
Black with #F4D2DE
Text Example
Text Example
White with #F4D2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D2DE; }
p { color: rgb(244,210,222); }
H1.HeaderClassName
{
color: #F4D2DE;
}
.AnyTagClassName
{
color: #F4D2DE;
}
</style>
background-color css
<style>
a { background-color: #F4D2DE; }
a { background-color: rgb(244,210,222); }
div.DivClassName
{
background-color: #F4D2DE;
}
.BgClassName
{
background-color: #F4D2DE;
}
</style>
border-color css
<style>
span { border-color: #F4D2DE; }
span { border-color: rgb(244,210,222); }
td.TdClassName
{
border-color: #F4D2DE;
}
.TagClassName
{
border-color: #F4D2DE;
}
</style>