Shades of Pig Pink #F3DAEA
Tints of Pig Pink #F3DAEA
RGB
CMYK
RGB Variations
Color information
#F3DAEA (or 0xF3DAEA) is known color: Pig Pink. HEX triplet: F3, DA and EA. RGB value is (243,218,234). Sum of RGB (Red+Green+Blue) = 243+218+234=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAEA is #0C2515. Grayscale: #E3E3E3. Windows color (decimal): -795926 or 15391475. OLE color: 15391475.
HSL color Cylindrical-coordinate representation of color #F3DAEA: hue angle of 321.6º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DAEA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 218 | 234 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.05 |
| HSL | 321.6º | 0.51% | 0.9% | - |
| HSV(B) | 321.6º | 0.1% | 0.95% | - |
| XYZ | 76.88 | 75.14 | 88.29 | - |
| YUV | 227.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 218 | 234 | 0 | 0.10 | 0.04 | 0.05 | 321.6 | 0.51 | 0.9 |
| Hex | F3 | DA | EA | 0 | A | 4 | 5 | 142 | 33 | 5A |
| Octal | 363 | 332 | 352 | 0 | 12 | 4 | 5 | 502 | 63 | 132 |
| Binary | 11110011 | 11011010 | 11101010 | 0 | 1010 | 100 | 101 | 101000010 | 110011 | 1011010 |
Color Harmonies of #F3DAEA
Complementary color
Monochromatic Colors of #F3DAEA
Black with #F3DAEA
Text Example
Text Example
White with #F3DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DAEA; }
p { color: rgb(243,218,234); }
H1.HeaderClassName
{
color: #F3DAEA;
}
.AnyTagClassName
{
color: #F3DAEA;
}
</style>
background-color css
<style>
a { background-color: #F3DAEA; }
a { background-color: rgb(243,218,234); }
div.DivClassName
{
background-color: #F3DAEA;
}
.BgClassName
{
background-color: #F3DAEA;
}
</style>
border-color css
<style>
span { border-color: #F3DAEA; }
span { border-color: rgb(243,218,234); }
td.TdClassName
{
border-color: #F3DAEA;
}
.TagClassName
{
border-color: #F3DAEA;
}
</style>