Shades of Pig Pink #F8DCE6
Tints of Pig Pink #F8DCE6
RGB
CMYK
RGB Variations
Color information
#F8DCE6 (or 0xF8DCE6) is known color: Pig Pink. HEX triplet: F8, DC and E6. RGB value is (248,220,230). Sum of RGB (Red+Green+Blue) = 248+220+230=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 230 (90.23% from 255 or 32.95% from 698); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCE6 is #072319. Grayscale: #E5E5E5. Windows color (decimal): -467738 or 15129848. OLE color: 15129848.
HSL color Cylindrical-coordinate representation of color #F8DCE6: hue angle of 338.57º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8DCE6 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 230 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.03 |
| HSL | 338.57º | 0.67% | 0.92% | - |
| HSV(B) | 338.57º | 0.11% | 0.97% | - |
| XYZ | 78.59 | 76.86 | 85.56 | - |
| YUV | 229.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 230 | 0 | 0.11 | 0.07 | 0.03 | 338.57 | 0.67 | 0.92 |
| Hex | F8 | DC | E6 | 0 | B | 7 | 3 | 153 | 43 | 5C |
| Octal | 370 | 334 | 346 | 0 | 13 | 7 | 3 | 523 | 103 | 134 |
| Binary | 11111000 | 11011100 | 11100110 | 0 | 1011 | 111 | 11 | 101010011 | 1000011 | 1011100 |
Color Harmonies of #F8DCE6
Complementary color
Monochromatic Colors of #F8DCE6
Black with #F8DCE6
Text Example
Text Example
White with #F8DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCE6; }
p { color: rgb(248,220,230); }
H1.HeaderClassName
{
color: #F8DCE6;
}
.AnyTagClassName
{
color: #F8DCE6;
}
</style>
background-color css
<style>
a { background-color: #F8DCE6; }
a { background-color: rgb(248,220,230); }
div.DivClassName
{
background-color: #F8DCE6;
}
.BgClassName
{
background-color: #F8DCE6;
}
</style>
border-color css
<style>
span { border-color: #F8DCE6; }
span { border-color: rgb(248,220,230); }
td.TdClassName
{
border-color: #F8DCE6;
}
.TagClassName
{
border-color: #F8DCE6;
}
</style>