Shades of Pig Pink #F0DFE8
Tints of Pig Pink #F0DFE8
RGB
CMYK
RGB Variations
Color information
#F0DFE8 (or 0xF0DFE8) is known color: Pig Pink. HEX triplet: F0, DF and E8. RGB value is (240,223,232). Sum of RGB (Red+Green+Blue) = 240+223+232=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 232 (91.02% from 255 or 33.38% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFE8 is #0F2017. Grayscale: #E5E5E5. Windows color (decimal): -991256 or 15261680. OLE color: 15261680.
HSL color Cylindrical-coordinate representation of color #F0DFE8: hue angle of 328.24º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0DFE8 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 232 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.06 |
| HSL | 328.24º | 0.36% | 0.91% | - |
| HSV(B) | 328.24º | 0.07% | 0.94% | - |
| XYZ | 76.89 | 77.13 | 87.18 | - |
| YUV | 229.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 232 | 0 | 0.07 | 0.03 | 0.06 | 328.24 | 0.36 | 0.91 |
| Hex | F0 | DF | E8 | 0 | 7 | 3 | 6 | 148 | 24 | 5B |
| Octal | 360 | 337 | 350 | 0 | 7 | 3 | 6 | 510 | 44 | 133 |
| Binary | 11110000 | 11011111 | 11101000 | 0 | 111 | 11 | 110 | 101001000 | 100100 | 1011011 |
Color Harmonies of #F0DFE8
Complementary color
Monochromatic Colors of #F0DFE8
Black with #F0DFE8
Text Example
Text Example
White with #F0DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFE8; }
p { color: rgb(240,223,232); }
H1.HeaderClassName
{
color: #F0DFE8;
}
.AnyTagClassName
{
color: #F0DFE8;
}
</style>
background-color css
<style>
a { background-color: #F0DFE8; }
a { background-color: rgb(240,223,232); }
div.DivClassName
{
background-color: #F0DFE8;
}
.BgClassName
{
background-color: #F0DFE8;
}
</style>
border-color css
<style>
span { border-color: #F0DFE8; }
span { border-color: rgb(240,223,232); }
td.TdClassName
{
border-color: #F0DFE8;
}
.TagClassName
{
border-color: #F0DFE8;
}
</style>