Shades of Pig Pink #F3DBEC
Tints of Pig Pink #F3DBEC
RGB
CMYK
RGB Variations
Color information
#F3DBEC (or 0xF3DBEC) is known color: Pig Pink. HEX triplet: F3, DB and EC. RGB value is (243,219,236). Sum of RGB (Red+Green+Blue) = 243+219+236=698 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.81% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBEC is #0C2413. Grayscale: #E4E4E4. Windows color (decimal): -795668 or 15522803. OLE color: 15522803.
HSL color Cylindrical-coordinate representation of color #F3DBEC: hue angle of 317.5º 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 #F3DBEC is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 236 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.05 |
| HSL | 317.5º | 0.5% | 0.91% | - |
| HSV(B) | 317.5º | 0.1% | 0.95% | - |
| XYZ | 77.43 | 75.77 | 89.9 | - |
| YUV | 228.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 236 | 0 | 0.10 | 0.03 | 0.05 | 317.5 | 0.5 | 0.91 |
| Hex | F3 | DB | EC | 0 | A | 3 | 5 | 13E | 32 | 5B |
| Octal | 363 | 333 | 354 | 0 | 12 | 3 | 5 | 476 | 62 | 133 |
| Binary | 11110011 | 11011011 | 11101100 | 0 | 1010 | 11 | 101 | 100111110 | 110010 | 1011011 |
Color Harmonies of #F3DBEC
Complementary color
Monochromatic Colors of #F3DBEC
Black with #F3DBEC
Text Example
Text Example
White with #F3DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBEC; }
p { color: rgb(243,219,236); }
H1.HeaderClassName
{
color: #F3DBEC;
}
.AnyTagClassName
{
color: #F3DBEC;
}
</style>
background-color css
<style>
a { background-color: #F3DBEC; }
a { background-color: rgb(243,219,236); }
div.DivClassName
{
background-color: #F3DBEC;
}
.BgClassName
{
background-color: #F3DBEC;
}
</style>
border-color css
<style>
span { border-color: #F3DBEC; }
span { border-color: rgb(243,219,236); }
td.TdClassName
{
border-color: #F3DBEC;
}
.TagClassName
{
border-color: #F3DBEC;
}
</style>