Shades of Pig Pink #F9DBEA
Tints of Pig Pink #F9DBEA
RGB
CMYK
RGB Variations
Color information
#F9DBEA (or 0xF9DBEA) is known color: Pig Pink. HEX triplet: F9, DB and EA. RGB value is (249,219,234). Sum of RGB (Red+Green+Blue) = 249+219+234=702 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.47% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBEA is #062415. Grayscale: #E5E5E5. Windows color (decimal): -402454 or 15391737. OLE color: 15391737.
HSL color Cylindrical-coordinate representation of color #F9DBEA: hue angle of 330º 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 #F9DBEA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 234 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.02 |
| HSL | 330º | 0.71% | 0.92% | - |
| HSV(B) | 330º | 0.12% | 0.98% | - |
| XYZ | 79.25 | 76.74 | 88.48 | - |
| YUV | 229.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 234 | 0 | 0.12 | 0.06 | 0.02 | 330 | 0.71 | 0.92 |
| Hex | F9 | DB | EA | 0 | C | 6 | 2 | 14A | 47 | 5C |
| Octal | 371 | 333 | 352 | 0 | 14 | 6 | 2 | 512 | 107 | 134 |
| Binary | 11111001 | 11011011 | 11101010 | 0 | 1100 | 110 | 10 | 101001010 | 1000111 | 1011100 |
Color Harmonies of #F9DBEA
Complementary color
Monochromatic Colors of #F9DBEA
Black with #F9DBEA
Text Example
Text Example
White with #F9DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBEA; }
p { color: rgb(249,219,234); }
H1.HeaderClassName
{
color: #F9DBEA;
}
.AnyTagClassName
{
color: #F9DBEA;
}
</style>
background-color css
<style>
a { background-color: #F9DBEA; }
a { background-color: rgb(249,219,234); }
div.DivClassName
{
background-color: #F9DBEA;
}
.BgClassName
{
background-color: #F9DBEA;
}
</style>
border-color css
<style>
span { border-color: #F9DBEA; }
span { border-color: rgb(249,219,234); }
td.TdClassName
{
border-color: #F9DBEA;
}
.TagClassName
{
border-color: #F9DBEA;
}
</style>