Shades of Pig Pink #F8DDE7
Tints of Pig Pink #F8DDE7
RGB
CMYK
RGB Variations
Color information
#F8DDE7 (or 0xF8DDE7) is known color: Pig Pink. HEX triplet: F8, DD and E7. RGB value is (248,221,231). Sum of RGB (Red+Green+Blue) = 248+221+231=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 231 (90.62% from 255 or 33% from 700); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DDE7 is #072218. Grayscale: #E6E6E6. Windows color (decimal): -467481 or 15195640. OLE color: 15195640.
HSL color Cylindrical-coordinate representation of color #F8DDE7: hue angle of 337.78º degrees, saturation: 0.66, 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 #F8DDE7 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 231 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.03 |
| HSL | 337.78º | 0.66% | 0.92% | - |
| HSV(B) | 337.78º | 0.11% | 0.97% | - |
| XYZ | 78.99 | 77.44 | 86.39 | - |
| YUV | 230.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 231 | 0 | 0.11 | 0.07 | 0.03 | 337.78 | 0.66 | 0.92 |
| Hex | F8 | DD | E7 | 0 | B | 7 | 3 | 152 | 42 | 5C |
| Octal | 370 | 335 | 347 | 0 | 13 | 7 | 3 | 522 | 102 | 134 |
| Binary | 11111000 | 11011101 | 11100111 | 0 | 1011 | 111 | 11 | 101010010 | 1000010 | 1011100 |
Color Harmonies of #F8DDE7
Complementary color
Monochromatic Colors of #F8DDE7
Black with #F8DDE7
Text Example
Text Example
White with #F8DDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDE7; }
p { color: rgb(248,221,231); }
H1.HeaderClassName
{
color: #F8DDE7;
}
.AnyTagClassName
{
color: #F8DDE7;
}
</style>
background-color css
<style>
a { background-color: #F8DDE7; }
a { background-color: rgb(248,221,231); }
div.DivClassName
{
background-color: #F8DDE7;
}
.BgClassName
{
background-color: #F8DDE7;
}
</style>
border-color css
<style>
span { border-color: #F8DDE7; }
span { border-color: rgb(248,221,231); }
td.TdClassName
{
border-color: #F8DDE7;
}
.TagClassName
{
border-color: #F8DDE7;
}
</style>