Shades of Pig Pink #F0DBE2
Tints of Pig Pink #F0DBE2
RGB
CMYK
RGB Variations
Color information
#F0DBE2 (or 0xF0DBE2) is known color: Pig Pink. HEX triplet: F0, DB and E2. RGB value is (240,219,226). Sum of RGB (Red+Green+Blue) = 240+219+226=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBE2 is #0F241D. Grayscale: #E2E2E2. Windows color (decimal): -992286 or 14867440. OLE color: 14867440.
HSL color Cylindrical-coordinate representation of color #F0DBE2: hue angle of 340º 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 #F0DBE2 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 219 | 226 | - |
CMYK | 0 | 0.09 | 0.06 | 0.06 |
HSL | 340º | 0.41% | 0.9% | - |
HSV(B) | 340º | 0.09% | 0.94% | - |
XYZ | 74.99 | 74.68 | 82.41 | - |
YUV | 226.08 | 127.96 | 137.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 219 | 226 | 0 | 0.09 | 0.06 | 0.06 | 340 | 0.41 | 0.9 |
Hex | F0 | DB | E2 | 0 | 9 | 6 | 6 | 154 | 29 | 5A |
Octal | 360 | 333 | 342 | 0 | 11 | 6 | 6 | 524 | 51 | 132 |
Binary | 11110000 | 11011011 | 11100010 | 0 | 1001 | 110 | 110 | 101010100 | 101001 | 1011010 |
Color Harmonies of #F0DBE2
Complementary color
Monochromatic Colors of #F0DBE2
Black with #F0DBE2
Text Example
Text Example
White with #F0DBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBE2; }
p { color: rgb(240,219,226); }
H1.HeaderClassName
{
color: #F0DBE2;
}
.AnyTagClassName
{
color: #F0DBE2;
}
</style>
background-color css
<style>
a { background-color: #F0DBE2; }
a { background-color: rgb(240,219,226); }
div.DivClassName
{
background-color: #F0DBE2;
}
.BgClassName
{
background-color: #F0DBE2;
}
</style>
border-color css
<style>
span { border-color: #F0DBE2; }
span { border-color: rgb(240,219,226); }
td.TdClassName
{
border-color: #F0DBE2;
}
.TagClassName
{
border-color: #F0DBE2;
}
</style>