Shades of Pig Pink #F0DAE7
Tints of Pig Pink #F0DAE7
RGB
CMYK
RGB Variations
Color information
#F0DAE7 (or 0xF0DAE7) is known color: Pig Pink. HEX triplet: F0, DA and E7. RGB value is (240,218,231). Sum of RGB (Red+Green+Blue) = 240+218+231=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAE7 is #0F2518. Grayscale: #E2E2E2. Windows color (decimal): -992537 or 15194864. OLE color: 15194864.
HSL color Cylindrical-coordinate representation of color #F0DAE7: hue angle of 324.55º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DAE7 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 218 | 231 | - |
CMYK | 0 | 0.09 | 0.04 | 0.06 |
HSL | 324.55º | 0.42% | 0.9% | - |
HSV(B) | 324.55º | 0.09% | 0.94% | - |
XYZ | 75.43 | 74.44 | 85.99 | - |
YUV | 226.06 | 130.79 | 137.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 218 | 231 | 0 | 0.09 | 0.04 | 0.06 | 324.55 | 0.42 | 0.9 |
Hex | F0 | DA | E7 | 0 | 9 | 4 | 6 | 145 | 2A | 5A |
Octal | 360 | 332 | 347 | 0 | 11 | 4 | 6 | 505 | 52 | 132 |
Binary | 11110000 | 11011010 | 11100111 | 0 | 1001 | 100 | 110 | 101000101 | 101010 | 1011010 |
Color Harmonies of #F0DAE7
Complementary color
Monochromatic Colors of #F0DAE7
Black with #F0DAE7
Text Example
Text Example
White with #F0DAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAE7; }
p { color: rgb(240,218,231); }
H1.HeaderClassName
{
color: #F0DAE7;
}
.AnyTagClassName
{
color: #F0DAE7;
}
</style>
background-color css
<style>
a { background-color: #F0DAE7; }
a { background-color: rgb(240,218,231); }
div.DivClassName
{
background-color: #F0DAE7;
}
.BgClassName
{
background-color: #F0DAE7;
}
</style>
border-color css
<style>
span { border-color: #F0DAE7; }
span { border-color: rgb(240,218,231); }
td.TdClassName
{
border-color: #F0DAE7;
}
.TagClassName
{
border-color: #F0DAE7;
}
</style>