Shades of Pig Pink #F3DBE7
Tints of Pig Pink #F3DBE7
RGB
CMYK
RGB Variations
Color information
#F3DBE7 (or 0xF3DBE7) is known color: Pig Pink. HEX triplet: F3, DB and E7. RGB value is (243,219,231). Sum of RGB (Red+Green+Blue) = 243+219+231=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBE7 is #0C2418. Grayscale: #E3E3E3. Windows color (decimal): -795673 or 15195123. OLE color: 15195123.
HSL color Cylindrical-coordinate representation of color #F3DBE7: hue angle of 330º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DBE7 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 231 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.05 |
| HSL | 330º | 0.5% | 0.91% | - |
| HSV(B) | 330º | 0.1% | 0.95% | - |
| XYZ | 76.72 | 75.49 | 86.13 | - |
| YUV | 227.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 231 | 0 | 0.10 | 0.05 | 0.05 | 330 | 0.5 | 0.91 |
| Hex | F3 | DB | E7 | 0 | A | 5 | 5 | 14A | 32 | 5B |
| Octal | 363 | 333 | 347 | 0 | 12 | 5 | 5 | 512 | 62 | 133 |
| Binary | 11110011 | 11011011 | 11100111 | 0 | 1010 | 101 | 101 | 101001010 | 110010 | 1011011 |
Color Harmonies of #F3DBE7
Complementary color
Monochromatic Colors of #F3DBE7
Black with #F3DBE7
Text Example
Text Example
White with #F3DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBE7; }
p { color: rgb(243,219,231); }
H1.HeaderClassName
{
color: #F3DBE7;
}
.AnyTagClassName
{
color: #F3DBE7;
}
</style>
background-color css
<style>
a { background-color: #F3DBE7; }
a { background-color: rgb(243,219,231); }
div.DivClassName
{
background-color: #F3DBE7;
}
.BgClassName
{
background-color: #F3DBE7;
}
</style>
border-color css
<style>
span { border-color: #F3DBE7; }
span { border-color: rgb(243,219,231); }
td.TdClassName
{
border-color: #F3DBE7;
}
.TagClassName
{
border-color: #F3DBE7;
}
</style>