Shades of Pig Pink #F0DAE5
Tints of Pig Pink #F0DAE5
RGB
CMYK
RGB Variations
Color information
#F0DAE5 (or 0xF0DAE5) is known color: Pig Pink. HEX triplet: F0, DA and E5. RGB value is (240,218,229). Sum of RGB (Red+Green+Blue) = 240+218+229=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAE5 is #0F251A. Grayscale: #E1E1E1. Windows color (decimal): -992539 or 15063792. OLE color: 15063792.
HSL color Cylindrical-coordinate representation of color #F0DAE5: hue angle of 330º 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 #F0DAE5 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 218 | 229 | - |
CMYK | 0 | 0.09 | 0.05 | 0.06 |
HSL | 330º | 0.42% | 0.9% | - |
HSV(B) | 330º | 0.09% | 0.94% | - |
XYZ | 75.15 | 74.33 | 84.51 | - |
YUV | 225.83 | 129.79 | 138.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 218 | 229 | 0 | 0.09 | 0.05 | 0.06 | 330 | 0.42 | 0.9 |
Hex | F0 | DA | E5 | 0 | 9 | 5 | 6 | 14A | 2A | 5A |
Octal | 360 | 332 | 345 | 0 | 11 | 5 | 6 | 512 | 52 | 132 |
Binary | 11110000 | 11011010 | 11100101 | 0 | 1001 | 101 | 110 | 101001010 | 101010 | 1011010 |
Color Harmonies of #F0DAE5
Complementary color
Monochromatic Colors of #F0DAE5
Black with #F0DAE5
Text Example
Text Example
White with #F0DAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAE5; }
p { color: rgb(240,218,229); }
H1.HeaderClassName
{
color: #F0DAE5;
}
.AnyTagClassName
{
color: #F0DAE5;
}
</style>
background-color css
<style>
a { background-color: #F0DAE5; }
a { background-color: rgb(240,218,229); }
div.DivClassName
{
background-color: #F0DAE5;
}
.BgClassName
{
background-color: #F0DAE5;
}
</style>
border-color css
<style>
span { border-color: #F0DAE5; }
span { border-color: rgb(240,218,229); }
td.TdClassName
{
border-color: #F0DAE5;
}
.TagClassName
{
border-color: #F0DAE5;
}
</style>