Shades of Pig Pink #F9DBE5
Tints of Pig Pink #F9DBE5
RGB
CMYK
RGB Variations
Color information
#F9DBE5 (or 0xF9DBE5) is known color: Pig Pink. HEX triplet: F9, DB and E5. RGB value is (249,219,229). Sum of RGB (Red+Green+Blue) = 249+219+229=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 229 (89.84% from 255 or 32.86% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBE5 is #06241A. Grayscale: #E5E5E5. Windows color (decimal): -402459 or 15064057. OLE color: 15064057.
HSL color Cylindrical-coordinate representation of color #F9DBE5: hue angle of 340º 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 #F9DBE5 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 219 | 229 | - |
CMYK | 0 | 0.12 | 0.08 | 0.02 |
HSL | 340º | 0.71% | 0.92% | - |
HSV(B) | 340º | 0.12% | 0.98% | - |
XYZ | 78.54 | 76.46 | 84.75 | - |
YUV | 229.11 | 127.94 | 142.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 219 | 229 | 0 | 0.12 | 0.08 | 0.02 | 340 | 0.71 | 0.92 |
Hex | F9 | DB | E5 | 0 | C | 8 | 2 | 154 | 47 | 5C |
Octal | 371 | 333 | 345 | 0 | 14 | 10 | 2 | 524 | 107 | 134 |
Binary | 11111001 | 11011011 | 11100101 | 0 | 1100 | 1000 | 10 | 101010100 | 1000111 | 1011100 |
Color Harmonies of #F9DBE5
Complementary color
Monochromatic Colors of #F9DBE5
Black with #F9DBE5
Text Example
Text Example
White with #F9DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBE5; }
p { color: rgb(249,219,229); }
H1.HeaderClassName
{
color: #F9DBE5;
}
.AnyTagClassName
{
color: #F9DBE5;
}
</style>
background-color css
<style>
a { background-color: #F9DBE5; }
a { background-color: rgb(249,219,229); }
div.DivClassName
{
background-color: #F9DBE5;
}
.BgClassName
{
background-color: #F9DBE5;
}
</style>
border-color css
<style>
span { border-color: #F9DBE5; }
span { border-color: rgb(249,219,229); }
td.TdClassName
{
border-color: #F9DBE5;
}
.TagClassName
{
border-color: #F9DBE5;
}
</style>