Shades of Pig Pink #F0DEE7
Tints of Pig Pink #F0DEE7
RGB
CMYK
RGB Variations
Color information
#F0DEE7 (or 0xF0DEE7) is known color: Pig Pink. HEX triplet: F0, DE and E7. RGB value is (240,222,231). Sum of RGB (Red+Green+Blue) = 240+222+231=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEE7 is #0F2118. Grayscale: #E4E4E4. Windows color (decimal): -991513 or 15195888. OLE color: 15195888.
HSL color Cylindrical-coordinate representation of color #F0DEE7: hue angle of 330º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0DEE7 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 231 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.06 |
| HSL | 330º | 0.38% | 0.91% | - |
| HSV(B) | 330º | 0.07% | 0.94% | - |
| XYZ | 76.48 | 76.54 | 86.34 | - |
| YUV | 228.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 231 | 0 | 0.08 | 0.04 | 0.06 | 330 | 0.38 | 0.91 |
| Hex | F0 | DE | E7 | 0 | 8 | 4 | 6 | 14A | 26 | 5B |
| Octal | 360 | 336 | 347 | 0 | 10 | 4 | 6 | 512 | 46 | 133 |
| Binary | 11110000 | 11011110 | 11100111 | 0 | 1000 | 100 | 110 | 101001010 | 100110 | 1011011 |
Color Harmonies of #F0DEE7
Complementary color
Monochromatic Colors of #F0DEE7
Black with #F0DEE7
Text Example
Text Example
White with #F0DEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEE7; }
p { color: rgb(240,222,231); }
H1.HeaderClassName
{
color: #F0DEE7;
}
.AnyTagClassName
{
color: #F0DEE7;
}
</style>
background-color css
<style>
a { background-color: #F0DEE7; }
a { background-color: rgb(240,222,231); }
div.DivClassName
{
background-color: #F0DEE7;
}
.BgClassName
{
background-color: #F0DEE7;
}
</style>
border-color css
<style>
span { border-color: #F0DEE7; }
span { border-color: rgb(240,222,231); }
td.TdClassName
{
border-color: #F0DEE7;
}
.TagClassName
{
border-color: #F0DEE7;
}
</style>