Shades of Pig Pink #F0DAE2
Tints of Pig Pink #F0DAE2
RGB
CMYK
RGB Variations
Color information
#F0DAE2 (or 0xF0DAE2) is known color: Pig Pink. HEX triplet: F0, DA and E2. RGB value is (240,218,226). Sum of RGB (Red+Green+Blue) = 240+218+226=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAE2 is #0F251D. Grayscale: #E1E1E1. Windows color (decimal): -992542 or 14867184. OLE color: 14867184.
HSL color Cylindrical-coordinate representation of color #F0DAE2: hue angle of 338.18º 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 #F0DAE2 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 218 | 226 | - |
CMYK | 0 | 0.09 | 0.06 | 0.06 |
HSL | 338.18º | 0.42% | 0.9% | - |
HSV(B) | 338.18º | 0.09% | 0.94% | - |
XYZ | 74.73 | 74.16 | 82.33 | - |
YUV | 225.49 | 128.29 | 138.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 218 | 226 | 0 | 0.09 | 0.06 | 0.06 | 338.18 | 0.42 | 0.9 |
Hex | F0 | DA | E2 | 0 | 9 | 6 | 6 | 152 | 2A | 5A |
Octal | 360 | 332 | 342 | 0 | 11 | 6 | 6 | 522 | 52 | 132 |
Binary | 11110000 | 11011010 | 11100010 | 0 | 1001 | 110 | 110 | 101010010 | 101010 | 1011010 |
Color Harmonies of #F0DAE2
Complementary color
Monochromatic Colors of #F0DAE2
Black with #F0DAE2
Text Example
Text Example
White with #F0DAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAE2; }
p { color: rgb(240,218,226); }
H1.HeaderClassName
{
color: #F0DAE2;
}
.AnyTagClassName
{
color: #F0DAE2;
}
</style>
background-color css
<style>
a { background-color: #F0DAE2; }
a { background-color: rgb(240,218,226); }
div.DivClassName
{
background-color: #F0DAE2;
}
.BgClassName
{
background-color: #F0DAE2;
}
</style>
border-color css
<style>
span { border-color: #F0DAE2; }
span { border-color: rgb(240,218,226); }
td.TdClassName
{
border-color: #F0DAE2;
}
.TagClassName
{
border-color: #F0DAE2;
}
</style>