Shades of Pig Pink #F3D6E5
Tints of Pig Pink #F3D6E5
RGB
CMYK
RGB Variations
Color information
#F3D6E5 (or 0xF3D6E5) is known color: Pig Pink. HEX triplet: F3, D6 and E5. RGB value is (243,214,229). Sum of RGB (Red+Green+Blue) = 243+214+229=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D6E5 is #0C291A. Grayscale: #E0E0E0. Windows color (decimal): -796955 or 15062771. OLE color: 15062771.
HSL color Cylindrical-coordinate representation of color #F3D6E5: hue angle of 328.97º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3D6E5 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 214 | 229 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.05 |
| HSL | 328.97º | 0.55% | 0.9% | - |
| HSV(B) | 328.97º | 0.12% | 0.95% | - |
| XYZ | 75.15 | 72.8 | 84.22 | - |
| YUV | 224.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 214 | 229 | 0 | 0.12 | 0.06 | 0.05 | 328.97 | 0.55 | 0.9 |
| Hex | F3 | D6 | E5 | 0 | C | 6 | 5 | 149 | 37 | 5A |
| Octal | 363 | 326 | 345 | 0 | 14 | 6 | 5 | 511 | 67 | 132 |
| Binary | 11110011 | 11010110 | 11100101 | 0 | 1100 | 110 | 101 | 101001001 | 110111 | 1011010 |
Color Harmonies of #F3D6E5
Complementary color
Monochromatic Colors of #F3D6E5
Black with #F3D6E5
Text Example
Text Example
White with #F3D6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D6E5; }
p { color: rgb(243,214,229); }
H1.HeaderClassName
{
color: #F3D6E5;
}
.AnyTagClassName
{
color: #F3D6E5;
}
</style>
background-color css
<style>
a { background-color: #F3D6E5; }
a { background-color: rgb(243,214,229); }
div.DivClassName
{
background-color: #F3D6E5;
}
.BgClassName
{
background-color: #F3D6E5;
}
</style>
border-color css
<style>
span { border-color: #F3D6E5; }
span { border-color: rgb(243,214,229); }
td.TdClassName
{
border-color: #F3D6E5;
}
.TagClassName
{
border-color: #F3D6E5;
}
</style>