Shades of Pig Pink #F9DBEB
Tints of Pig Pink #F9DBEB
RGB
CMYK
RGB Variations
Color information
#F9DBEB (or 0xF9DBEB) is known color: Pig Pink. HEX triplet: F9, DB and EB. RGB value is (249,219,235). Sum of RGB (Red+Green+Blue) = 249+219+235=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBEB is #062414. Grayscale: #E5E5E5. Windows color (decimal): -402453 or 15457273. OLE color: 15457273.
HSL color Cylindrical-coordinate representation of color #F9DBEB: hue angle of 328º 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 #F9DBEB is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 235 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.02 |
| HSL | 328º | 0.71% | 0.92% | - |
| HSV(B) | 328º | 0.12% | 0.98% | - |
| XYZ | 79.39 | 76.8 | 89.24 | - |
| YUV | 229.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 235 | 0 | 0.12 | 0.06 | 0.02 | 328 | 0.71 | 0.92 |
| Hex | F9 | DB | EB | 0 | C | 6 | 2 | 148 | 47 | 5C |
| Octal | 371 | 333 | 353 | 0 | 14 | 6 | 2 | 510 | 107 | 134 |
| Binary | 11111001 | 11011011 | 11101011 | 0 | 1100 | 110 | 10 | 101001000 | 1000111 | 1011100 |
Color Harmonies of #F9DBEB
Complementary color
Monochromatic Colors of #F9DBEB
Black with #F9DBEB
Text Example
Text Example
White with #F9DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBEB; }
p { color: rgb(249,219,235); }
H1.HeaderClassName
{
color: #F9DBEB;
}
.AnyTagClassName
{
color: #F9DBEB;
}
</style>
background-color css
<style>
a { background-color: #F9DBEB; }
a { background-color: rgb(249,219,235); }
div.DivClassName
{
background-color: #F9DBEB;
}
.BgClassName
{
background-color: #F9DBEB;
}
</style>
border-color css
<style>
span { border-color: #F9DBEB; }
span { border-color: rgb(249,219,235); }
td.TdClassName
{
border-color: #F9DBEB;
}
.TagClassName
{
border-color: #F9DBEB;
}
</style>