Shades of Pig Pink #F9DBE8
Tints of Pig Pink #F9DBE8
RGB
CMYK
RGB Variations
Color information
#F9DBE8 (or 0xF9DBE8) is known color: Pig Pink. HEX triplet: F9, DB and E8. RGB value is (249,219,232). Sum of RGB (Red+Green+Blue) = 249+219+232=700 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.57% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 232 (91.02% from 255 or 33.14% from 700); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBE8 is #062417. Grayscale: #E5E5E5. Windows color (decimal): -402456 or 15260665. OLE color: 15260665.
HSL color Cylindrical-coordinate representation of color #F9DBE8: hue angle of 334º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DBE8 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 232 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.02 |
| HSL | 334º | 0.71% | 0.92% | - |
| HSV(B) | 334º | 0.12% | 0.98% | - |
| XYZ | 78.96 | 76.63 | 86.97 | - |
| YUV | 229.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 232 | 0 | 0.12 | 0.07 | 0.02 | 334 | 0.71 | 0.92 |
| Hex | F9 | DB | E8 | 0 | C | 7 | 2 | 14E | 47 | 5C |
| Octal | 371 | 333 | 350 | 0 | 14 | 7 | 2 | 516 | 107 | 134 |
| Binary | 11111001 | 11011011 | 11101000 | 0 | 1100 | 111 | 10 | 101001110 | 1000111 | 1011100 |
Color Harmonies of #F9DBE8
Complementary color
Monochromatic Colors of #F9DBE8
Black with #F9DBE8
Text Example
Text Example
White with #F9DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBE8; }
p { color: rgb(249,219,232); }
H1.HeaderClassName
{
color: #F9DBE8;
}
.AnyTagClassName
{
color: #F9DBE8;
}
</style>
background-color css
<style>
a { background-color: #F9DBE8; }
a { background-color: rgb(249,219,232); }
div.DivClassName
{
background-color: #F9DBE8;
}
.BgClassName
{
background-color: #F9DBE8;
}
</style>
border-color css
<style>
span { border-color: #F9DBE8; }
span { border-color: rgb(249,219,232); }
td.TdClassName
{
border-color: #F9DBE8;
}
.TagClassName
{
border-color: #F9DBE8;
}
</style>