Shades of Pig Pink #F9DBEE
Tints of Pig Pink #F9DBEE
RGB
CMYK
RGB Variations
Color information
#F9DBEE (or 0xF9DBEE) is known color: Pig Pink. HEX triplet: F9, DB and EE. RGB value is (249,219,238). Sum of RGB (Red+Green+Blue) = 249+219+238=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBEE is #062411. Grayscale: #E6E6E6. Windows color (decimal): -402450 or 15653881. OLE color: 15653881.
HSL color Cylindrical-coordinate representation of color #F9DBEE: hue angle of 322º 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 #F9DBEE is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 238 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.02 |
| HSL | 322º | 0.71% | 0.92% | - |
| HSV(B) | 322º | 0.12% | 0.98% | - |
| XYZ | 79.83 | 76.98 | 91.54 | - |
| YUV | 230.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 238 | 0 | 0.12 | 0.04 | 0.02 | 322 | 0.71 | 0.92 |
| Hex | F9 | DB | EE | 0 | C | 4 | 2 | 142 | 47 | 5C |
| Octal | 371 | 333 | 356 | 0 | 14 | 4 | 2 | 502 | 107 | 134 |
| Binary | 11111001 | 11011011 | 11101110 | 0 | 1100 | 100 | 10 | 101000010 | 1000111 | 1011100 |
Color Harmonies of #F9DBEE
Complementary color
Monochromatic Colors of #F9DBEE
Black with #F9DBEE
Text Example
Text Example
White with #F9DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBEE; }
p { color: rgb(249,219,238); }
H1.HeaderClassName
{
color: #F9DBEE;
}
.AnyTagClassName
{
color: #F9DBEE;
}
</style>
background-color css
<style>
a { background-color: #F9DBEE; }
a { background-color: rgb(249,219,238); }
div.DivClassName
{
background-color: #F9DBEE;
}
.BgClassName
{
background-color: #F9DBEE;
}
</style>
border-color css
<style>
span { border-color: #F9DBEE; }
span { border-color: rgb(249,219,238); }
td.TdClassName
{
border-color: #F9DBEE;
}
.TagClassName
{
border-color: #F9DBEE;
}
</style>