Shades of Pig Pink #F0DBE6
Tints of Pig Pink #F0DBE6
RGB
CMYK
RGB Variations
Color information
#F0DBE6 (or 0xF0DBE6) is known color: Pig Pink. HEX triplet: F0, DB and E6. RGB value is (240,219,230). Sum of RGB (Red+Green+Blue) = 240+219+230=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBE6 is #0F2419. Grayscale: #E2E2E2. Windows color (decimal): -992282 or 15129584. OLE color: 15129584.
HSL color Cylindrical-coordinate representation of color #F0DBE6: hue angle of 328.57º degrees, saturation: 0.41, 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 #F0DBE6 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 219 | 230 | - |
CMYK | 0 | 0.09 | 0.04 | 0.06 |
HSL | 328.57º | 0.41% | 0.9% | - |
HSV(B) | 328.57º | 0.09% | 0.94% | - |
XYZ | 75.55 | 74.9 | 85.34 | - |
YUV | 226.53 | 129.96 | 137.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 219 | 230 | 0 | 0.09 | 0.04 | 0.06 | 328.57 | 0.41 | 0.9 |
Hex | F0 | DB | E6 | 0 | 9 | 4 | 6 | 149 | 29 | 5A |
Octal | 360 | 333 | 346 | 0 | 11 | 4 | 6 | 511 | 51 | 132 |
Binary | 11110000 | 11011011 | 11100110 | 0 | 1001 | 100 | 110 | 101001001 | 101001 | 1011010 |
Color Harmonies of #F0DBE6
Complementary color
Monochromatic Colors of #F0DBE6
Black with #F0DBE6
Text Example
Text Example
White with #F0DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBE6; }
p { color: rgb(240,219,230); }
H1.HeaderClassName
{
color: #F0DBE6;
}
.AnyTagClassName
{
color: #F0DBE6;
}
</style>
background-color css
<style>
a { background-color: #F0DBE6; }
a { background-color: rgb(240,219,230); }
div.DivClassName
{
background-color: #F0DBE6;
}
.BgClassName
{
background-color: #F0DBE6;
}
</style>
border-color css
<style>
span { border-color: #F0DBE6; }
span { border-color: rgb(240,219,230); }
td.TdClassName
{
border-color: #F0DBE6;
}
.TagClassName
{
border-color: #F0DBE6;
}
</style>