Shades of Pig Pink #F8DBED
Tints of Pig Pink #F8DBED
RGB
CMYK
RGB Variations
Color information
#F8DBED (or 0xF8DBED) is known color: Pig Pink. HEX triplet: F8, DB and ED. RGB value is (248,219,237). Sum of RGB (Red+Green+Blue) = 248+219+237=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DBED is #072412. Grayscale: #E5E5E5. Windows color (decimal): -467987 or 15588344. OLE color: 15588344.
HSL color Cylindrical-coordinate representation of color #F8DBED: hue angle of 322.76º 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 #F8DBED is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 237 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.03 |
| HSL | 322.76º | 0.67% | 0.92% | - |
| HSV(B) | 322.76º | 0.12% | 0.97% | - |
| XYZ | 79.33 | 76.73 | 90.75 | - |
| YUV | 229.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 237 | 0 | 0.12 | 0.04 | 0.03 | 322.76 | 0.67 | 0.92 |
| Hex | F8 | DB | ED | 0 | C | 4 | 3 | 143 | 43 | 5C |
| Octal | 370 | 333 | 355 | 0 | 14 | 4 | 3 | 503 | 103 | 134 |
| Binary | 11111000 | 11011011 | 11101101 | 0 | 1100 | 100 | 11 | 101000011 | 1000011 | 1011100 |
Color Harmonies of #F8DBED
Complementary color
Monochromatic Colors of #F8DBED
Black with #F8DBED
Text Example
Text Example
White with #F8DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBED; }
p { color: rgb(248,219,237); }
H1.HeaderClassName
{
color: #F8DBED;
}
.AnyTagClassName
{
color: #F8DBED;
}
</style>
background-color css
<style>
a { background-color: #F8DBED; }
a { background-color: rgb(248,219,237); }
div.DivClassName
{
background-color: #F8DBED;
}
.BgClassName
{
background-color: #F8DBED;
}
</style>
border-color css
<style>
span { border-color: #F8DBED; }
span { border-color: rgb(248,219,237); }
td.TdClassName
{
border-color: #F8DBED;
}
.TagClassName
{
border-color: #F8DBED;
}
</style>