Shades of Pig Pink #F8DBEF
Tints of Pig Pink #F8DBEF
RGB
CMYK
RGB Variations
Color information
#F8DBEF (or 0xF8DBEF) is known color: Pig Pink. HEX triplet: F8, DB and EF. RGB value is (248,219,239). Sum of RGB (Red+Green+Blue) = 248+219+239=706 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.13% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DBEF is #072410. Grayscale: #E5E5E5. Windows color (decimal): -467985 or 15719416. OLE color: 15719416.
HSL color Cylindrical-coordinate representation of color #F8DBEF: hue angle of 318.62º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DBEF is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 239 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.03 |
| HSL | 318.62º | 0.67% | 0.92% | - |
| HSV(B) | 318.62º | 0.12% | 0.97% | - |
| XYZ | 79.62 | 76.85 | 92.3 | - |
| YUV | 229.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 239 | 0 | 0.12 | 0.04 | 0.03 | 318.62 | 0.67 | 0.92 |
| Hex | F8 | DB | EF | 0 | C | 4 | 3 | 13F | 43 | 5C |
| Octal | 370 | 333 | 357 | 0 | 14 | 4 | 3 | 477 | 103 | 134 |
| Binary | 11111000 | 11011011 | 11101111 | 0 | 1100 | 100 | 11 | 100111111 | 1000011 | 1011100 |
Color Harmonies of #F8DBEF
Complementary color
Monochromatic Colors of #F8DBEF
Black with #F8DBEF
Text Example
Text Example
White with #F8DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBEF; }
p { color: rgb(248,219,239); }
H1.HeaderClassName
{
color: #F8DBEF;
}
.AnyTagClassName
{
color: #F8DBEF;
}
</style>
background-color css
<style>
a { background-color: #F8DBEF; }
a { background-color: rgb(248,219,239); }
div.DivClassName
{
background-color: #F8DBEF;
}
.BgClassName
{
background-color: #F8DBEF;
}
</style>
border-color css
<style>
span { border-color: #F8DBEF; }
span { border-color: rgb(248,219,239); }
td.TdClassName
{
border-color: #F8DBEF;
}
.TagClassName
{
border-color: #F8DBEF;
}
</style>