Shades of Pig Pink #F0D8E3
Tints of Pig Pink #F0D8E3
RGB
CMYK
RGB Variations
Color information
#F0D8E3 (or 0xF0D8E3) is known color: Pig Pink. HEX triplet: F0, D8 and E3. RGB value is (240,216,227). Sum of RGB (Red+Green+Blue) = 240+216+227=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8E3 is #0F271C. Grayscale: #E0E0E0. Windows color (decimal): -993053 or 14932208. OLE color: 14932208.
HSL color Cylindrical-coordinate representation of color #F0D8E3: hue angle of 332.5º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D8E3 is Cyan = 0, Magento = 0.1, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 227 | - |
| CMYK | 0 | 0.1 | 0.05 | 0.06 |
| HSL | 332.5º | 0.44% | 0.89% | - |
| HSV(B) | 332.5º | 0.1% | 0.94% | - |
| XYZ | 74.36 | 73.18 | 82.88 | - |
| YUV | 224.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 227 | 0 | 0.1 | 0.05 | 0.06 | 332.5 | 0.44 | 0.89 |
| Hex | F0 | D8 | E3 | 0 | A | 5 | 6 | 14C | 2C | 59 |
| Octal | 360 | 330 | 343 | 0 | 12 | 5 | 6 | 514 | 54 | 131 |
| Binary | 11110000 | 11011000 | 11100011 | 0 | 1010 | 101 | 110 | 101001100 | 101100 | 1011001 |
Color Harmonies of #F0D8E3
Complementary color
Monochromatic Colors of #F0D8E3
Black with #F0D8E3
Text Example
Text Example
White with #F0D8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D8E3; }
p { color: rgb(240,216,227); }
H1.HeaderClassName
{
color: #F0D8E3;
}
.AnyTagClassName
{
color: #F0D8E3;
}
</style>
background-color css
<style>
a { background-color: #F0D8E3; }
a { background-color: rgb(240,216,227); }
div.DivClassName
{
background-color: #F0D8E3;
}
.BgClassName
{
background-color: #F0D8E3;
}
</style>
border-color css
<style>
span { border-color: #F0D8E3; }
span { border-color: rgb(240,216,227); }
td.TdClassName
{
border-color: #F0D8E3;
}
.TagClassName
{
border-color: #F0D8E3;
}
</style>