Shades of Pig Pink #F3D7E5
Tints of Pig Pink #F3D7E5
RGB
CMYK
RGB Variations
Color information
#F3D7E5 (or 0xF3D7E5) is known color: Pig Pink. HEX triplet: F3, D7 and E5. RGB value is (243,215,229). Sum of RGB (Red+Green+Blue) = 243+215+229=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 215 (84.38% from 255 or 31.30% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D7E5 is #0C281A. Grayscale: #E0E0E0. Windows color (decimal): -796699 or 15063027. OLE color: 15063027.
HSL color Cylindrical-coordinate representation of color #F3D7E5: hue angle of 330º degrees, saturation: 0.54, 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 #F3D7E5 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 215 | 229 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.05 |
| HSL | 330º | 0.54% | 0.9% | - |
| HSV(B) | 330º | 0.12% | 0.95% | - |
| XYZ | 75.41 | 73.31 | 84.31 | - |
| YUV | 224.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 215 | 229 | 0 | 0.12 | 0.06 | 0.05 | 330 | 0.54 | 0.9 |
| Hex | F3 | D7 | E5 | 0 | C | 6 | 5 | 14A | 36 | 5A |
| Octal | 363 | 327 | 345 | 0 | 14 | 6 | 5 | 512 | 66 | 132 |
| Binary | 11110011 | 11010111 | 11100101 | 0 | 1100 | 110 | 101 | 101001010 | 110110 | 1011010 |
Color Harmonies of #F3D7E5
Complementary color
Monochromatic Colors of #F3D7E5
Black with #F3D7E5
Text Example
Text Example
White with #F3D7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D7E5; }
p { color: rgb(243,215,229); }
H1.HeaderClassName
{
color: #F3D7E5;
}
.AnyTagClassName
{
color: #F3D7E5;
}
</style>
background-color css
<style>
a { background-color: #F3D7E5; }
a { background-color: rgb(243,215,229); }
div.DivClassName
{
background-color: #F3D7E5;
}
.BgClassName
{
background-color: #F3D7E5;
}
</style>
border-color css
<style>
span { border-color: #F3D7E5; }
span { border-color: rgb(243,215,229); }
td.TdClassName
{
border-color: #F3D7E5;
}
.TagClassName
{
border-color: #F3D7E5;
}
</style>