Shades of Pig Pink #F6DBED
Tints of Pig Pink #F6DBED
RGB
CMYK
RGB Variations
Color information
#F6DBED (or 0xF6DBED) is known color: Pig Pink. HEX triplet: F6, DB and ED. RGB value is (246,219,237). Sum of RGB (Red+Green+Blue) = 246+219+237=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DBED is #092412. Grayscale: #E5E5E5. Windows color (decimal): -599059 or 15588342. OLE color: 15588342.
HSL color Cylindrical-coordinate representation of color #F6DBED: hue angle of 320º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6DBED is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 237 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.04 |
| HSL | 320º | 0.6% | 0.91% | - |
| HSV(B) | 320º | 0.11% | 0.96% | - |
| XYZ | 78.62 | 76.37 | 90.72 | - |
| YUV | 229.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 237 | 0 | 0.11 | 0.04 | 0.04 | 320 | 0.6 | 0.91 |
| Hex | F6 | DB | ED | 0 | B | 4 | 4 | 140 | 3C | 5B |
| Octal | 366 | 333 | 355 | 0 | 13 | 4 | 4 | 500 | 74 | 133 |
| Binary | 11110110 | 11011011 | 11101101 | 0 | 1011 | 100 | 100 | 101000000 | 111100 | 1011011 |
Color Harmonies of #F6DBED
Complementary color
Monochromatic Colors of #F6DBED
Black with #F6DBED
Text Example
Text Example
White with #F6DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBED; }
p { color: rgb(246,219,237); }
H1.HeaderClassName
{
color: #F6DBED;
}
.AnyTagClassName
{
color: #F6DBED;
}
</style>
background-color css
<style>
a { background-color: #F6DBED; }
a { background-color: rgb(246,219,237); }
div.DivClassName
{
background-color: #F6DBED;
}
.BgClassName
{
background-color: #F6DBED;
}
</style>
border-color css
<style>
span { border-color: #F6DBED; }
span { border-color: rgb(246,219,237); }
td.TdClassName
{
border-color: #F6DBED;
}
.TagClassName
{
border-color: #F6DBED;
}
</style>