Shades of Pig Pink #F0DDEA
Tints of Pig Pink #F0DDEA
RGB
CMYK
RGB Variations
Color information
#F0DDEA (or 0xF0DDEA) is known color: Pig Pink. HEX triplet: F0, DD and EA. RGB value is (240,221,234). Sum of RGB (Red+Green+Blue) = 240+221+234=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDEA is #0F2215. Grayscale: #E4E4E4. Windows color (decimal): -991766 or 15392240. OLE color: 15392240.
HSL color Cylindrical-coordinate representation of color #F0DDEA: hue angle of 318.95º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DDEA is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 234 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.06 |
| HSL | 318.95º | 0.39% | 0.9% | - |
| HSV(B) | 318.95º | 0.08% | 0.94% | - |
| XYZ | 76.64 | 76.18 | 88.51 | - |
| YUV | 228.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 234 | 0 | 0.08 | 0.02 | 0.06 | 318.95 | 0.39 | 0.9 |
| Hex | F0 | DD | EA | 0 | 8 | 2 | 6 | 13F | 27 | 5A |
| Octal | 360 | 335 | 352 | 0 | 10 | 2 | 6 | 477 | 47 | 132 |
| Binary | 11110000 | 11011101 | 11101010 | 0 | 1000 | 10 | 110 | 100111111 | 100111 | 1011010 |
Color Harmonies of #F0DDEA
Complementary color
Monochromatic Colors of #F0DDEA
Black with #F0DDEA
Text Example
Text Example
White with #F0DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDEA; }
p { color: rgb(240,221,234); }
H1.HeaderClassName
{
color: #F0DDEA;
}
.AnyTagClassName
{
color: #F0DDEA;
}
</style>
background-color css
<style>
a { background-color: #F0DDEA; }
a { background-color: rgb(240,221,234); }
div.DivClassName
{
background-color: #F0DDEA;
}
.BgClassName
{
background-color: #F0DDEA;
}
</style>
border-color css
<style>
span { border-color: #F0DDEA; }
span { border-color: rgb(240,221,234); }
td.TdClassName
{
border-color: #F0DDEA;
}
.TagClassName
{
border-color: #F0DDEA;
}
</style>