Shades of Pig Pink #F9DBED
Tints of Pig Pink #F9DBED
RGB
CMYK
RGB Variations
Color information
#F9DBED (or 0xF9DBED) is known color: Pig Pink. HEX triplet: F9, DB and ED. RGB value is (249,219,237). Sum of RGB (Red+Green+Blue) = 249+219+237=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 219 (85.94% from 255 or 31.06% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DBED is #062412. Grayscale: #E5E5E5. Windows color (decimal): -402451 or 15588345. OLE color: 15588345.
HSL color Cylindrical-coordinate representation of color #F9DBED: hue angle of 324º 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 #F9DBED is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 219 | 237 | - |
CMYK | 0 | 0.12 | 0.05 | 0.02 |
HSL | 324º | 0.71% | 0.92% | - |
HSV(B) | 324º | 0.12% | 0.98% | - |
XYZ | 79.68 | 76.92 | 90.77 | - |
YUV | 230.02 | 131.94 | 141.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 219 | 237 | 0 | 0.12 | 0.05 | 0.02 | 324 | 0.71 | 0.92 |
Hex | F9 | DB | ED | 0 | C | 5 | 2 | 144 | 47 | 5C |
Octal | 371 | 333 | 355 | 0 | 14 | 5 | 2 | 504 | 107 | 134 |
Binary | 11111001 | 11011011 | 11101101 | 0 | 1100 | 101 | 10 | 101000100 | 1000111 | 1011100 |
Color Harmonies of #F9DBED
Complementary color
Monochromatic Colors of #F9DBED
Black with #F9DBED
Text Example
Text Example
White with #F9DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBED; }
p { color: rgb(249,219,237); }
H1.HeaderClassName
{
color: #F9DBED;
}
.AnyTagClassName
{
color: #F9DBED;
}
</style>
background-color css
<style>
a { background-color: #F9DBED; }
a { background-color: rgb(249,219,237); }
div.DivClassName
{
background-color: #F9DBED;
}
.BgClassName
{
background-color: #F9DBED;
}
</style>
border-color css
<style>
span { border-color: #F9DBED; }
span { border-color: rgb(249,219,237); }
td.TdClassName
{
border-color: #F9DBED;
}
.TagClassName
{
border-color: #F9DBED;
}
</style>