Shades of Pig Pink #F0D6DF
Tints of Pig Pink #F0D6DF
RGB
CMYK
RGB Variations
Color information
#F0D6DF (or 0xF0D6DF) is known color: Pig Pink. HEX triplet: F0, D6 and DF. RGB value is (240,214,223). Sum of RGB (Red+Green+Blue) = 240+214+223=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 214 (83.98% from 255 or 31.61% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D6DF is #0F2920. Grayscale: #DEDEDE. Windows color (decimal): -993569 or 14669552. OLE color: 14669552.
HSL color Cylindrical-coordinate representation of color #F0D6DF: hue angle of 339.23º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0D6DF is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 223 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.06 |
| HSL | 339.23º | 0.46% | 0.89% | - |
| HSV(B) | 339.23º | 0.11% | 0.94% | - |
| XYZ | 73.3 | 71.95 | 79.84 | - |
| YUV | 222.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 223 | 0 | 0.11 | 0.07 | 0.06 | 339.23 | 0.46 | 0.89 |
| Hex | F0 | D6 | DF | 0 | B | 7 | 6 | 153 | 2E | 59 |
| Octal | 360 | 326 | 337 | 0 | 13 | 7 | 6 | 523 | 56 | 131 |
| Binary | 11110000 | 11010110 | 11011111 | 0 | 1011 | 111 | 110 | 101010011 | 101110 | 1011001 |
Color Harmonies of #F0D6DF
Complementary color
Monochromatic Colors of #F0D6DF
Black with #F0D6DF
Text Example
Text Example
White with #F0D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D6DF; }
p { color: rgb(240,214,223); }
H1.HeaderClassName
{
color: #F0D6DF;
}
.AnyTagClassName
{
color: #F0D6DF;
}
</style>
background-color css
<style>
a { background-color: #F0D6DF; }
a { background-color: rgb(240,214,223); }
div.DivClassName
{
background-color: #F0D6DF;
}
.BgClassName
{
background-color: #F0D6DF;
}
</style>
border-color css
<style>
span { border-color: #F0D6DF; }
span { border-color: rgb(240,214,223); }
td.TdClassName
{
border-color: #F0D6DF;
}
.TagClassName
{
border-color: #F0D6DF;
}
</style>