Shades of Pig Pink #F2D9E3
Tints of Pig Pink #F2D9E3
RGB
CMYK
RGB Variations
Color information
#F2D9E3 (or 0xF2D9E3) is known color: Pig Pink. HEX triplet: F2, D9 and E3. RGB value is (242,217,227). Sum of RGB (Red+Green+Blue) = 242+217+227=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 217 (85.16% from 255 or 31.63% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9E3 is #0D261C. Grayscale: #E1E1E1. Windows color (decimal): -861725 or 14932466. OLE color: 14932466.
HSL color Cylindrical-coordinate representation of color #F2D9E3: hue angle of 336º degrees, saturation: 0.49, 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 #F2D9E3 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 227 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.05 |
| HSL | 336º | 0.49% | 0.9% | - |
| HSV(B) | 336º | 0.1% | 0.95% | - |
| XYZ | 75.3 | 74.05 | 83 | - |
| YUV | 225.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 227 | 0 | 0.10 | 0.06 | 0.05 | 336 | 0.49 | 0.9 |
| Hex | F2 | D9 | E3 | 0 | A | 6 | 5 | 150 | 31 | 5A |
| Octal | 362 | 331 | 343 | 0 | 12 | 6 | 5 | 520 | 61 | 132 |
| Binary | 11110010 | 11011001 | 11100011 | 0 | 1010 | 110 | 101 | 101010000 | 110001 | 1011010 |
Color Harmonies of #F2D9E3
Complementary color
Monochromatic Colors of #F2D9E3
Black with #F2D9E3
Text Example
Text Example
White with #F2D9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9E3; }
p { color: rgb(242,217,227); }
H1.HeaderClassName
{
color: #F2D9E3;
}
.AnyTagClassName
{
color: #F2D9E3;
}
</style>
background-color css
<style>
a { background-color: #F2D9E3; }
a { background-color: rgb(242,217,227); }
div.DivClassName
{
background-color: #F2D9E3;
}
.BgClassName
{
background-color: #F2D9E3;
}
</style>
border-color css
<style>
span { border-color: #F2D9E3; }
span { border-color: rgb(242,217,227); }
td.TdClassName
{
border-color: #F2D9E3;
}
.TagClassName
{
border-color: #F2D9E3;
}
</style>