Shades of Pig Pink #F3DBEA
Tints of Pig Pink #F3DBEA
RGB
CMYK
RGB Variations
Color information
#F3DBEA (or 0xF3DBEA) is known color: Pig Pink. HEX triplet: F3, DB and EA. RGB value is (243,219,234). Sum of RGB (Red+Green+Blue) = 243+219+234=696 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.91% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBEA is #0C2415. Grayscale: #E3E3E3. Windows color (decimal): -795670 or 15391731. OLE color: 15391731.
HSL color Cylindrical-coordinate representation of color #F3DBEA: hue angle of 322.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 #F3DBEA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 234 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.05 |
| HSL | 322.5º | 0.5% | 0.91% | - |
| HSV(B) | 322.5º | 0.1% | 0.95% | - |
| XYZ | 77.14 | 75.66 | 88.38 | - |
| YUV | 227.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 234 | 0 | 0.10 | 0.04 | 0.05 | 322.5 | 0.5 | 0.91 |
| Hex | F3 | DB | EA | 0 | A | 4 | 5 | 142 | 32 | 5B |
| Octal | 363 | 333 | 352 | 0 | 12 | 4 | 5 | 502 | 62 | 133 |
| Binary | 11110011 | 11011011 | 11101010 | 0 | 1010 | 100 | 101 | 101000010 | 110010 | 1011011 |
Color Harmonies of #F3DBEA
Complementary color
Monochromatic Colors of #F3DBEA
Black with #F3DBEA
Text Example
Text Example
White with #F3DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBEA; }
p { color: rgb(243,219,234); }
H1.HeaderClassName
{
color: #F3DBEA;
}
.AnyTagClassName
{
color: #F3DBEA;
}
</style>
background-color css
<style>
a { background-color: #F3DBEA; }
a { background-color: rgb(243,219,234); }
div.DivClassName
{
background-color: #F3DBEA;
}
.BgClassName
{
background-color: #F3DBEA;
}
</style>
border-color css
<style>
span { border-color: #F3DBEA; }
span { border-color: rgb(243,219,234); }
td.TdClassName
{
border-color: #F3DBEA;
}
.TagClassName
{
border-color: #F3DBEA;
}
</style>