Shades of Pig Pink #F2DCE6
Tints of Pig Pink #F2DCE6
RGB
CMYK
RGB Variations
Color information
#F2DCE6 (or 0xF2DCE6) is known color: Pig Pink. HEX triplet: F2, DC and E6. RGB value is (242,220,230). Sum of RGB (Red+Green+Blue) = 242+220+230=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCE6 is #0D2319. Grayscale: #E3E3E3. Windows color (decimal): -860954 or 15129842. OLE color: 15129842.
HSL color Cylindrical-coordinate representation of color #F2DCE6: hue angle of 332.73º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DCE6 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 230 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.05 |
| HSL | 332.73º | 0.46% | 0.91% | - |
| HSV(B) | 332.73º | 0.09% | 0.95% | - |
| XYZ | 76.49 | 75.78 | 85.46 | - |
| YUV | 227.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 230 | 0 | 0.09 | 0.05 | 0.05 | 332.73 | 0.46 | 0.91 |
| Hex | F2 | DC | E6 | 0 | 9 | 5 | 5 | 14D | 2E | 5B |
| Octal | 362 | 334 | 346 | 0 | 11 | 5 | 5 | 515 | 56 | 133 |
| Binary | 11110010 | 11011100 | 11100110 | 0 | 1001 | 101 | 101 | 101001101 | 101110 | 1011011 |
Color Harmonies of #F2DCE6
Complementary color
Monochromatic Colors of #F2DCE6
Black with #F2DCE6
Text Example
Text Example
White with #F2DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCE6; }
p { color: rgb(242,220,230); }
H1.HeaderClassName
{
color: #F2DCE6;
}
.AnyTagClassName
{
color: #F2DCE6;
}
</style>
background-color css
<style>
a { background-color: #F2DCE6; }
a { background-color: rgb(242,220,230); }
div.DivClassName
{
background-color: #F2DCE6;
}
.BgClassName
{
background-color: #F2DCE6;
}
</style>
border-color css
<style>
span { border-color: #F2DCE6; }
span { border-color: rgb(242,220,230); }
td.TdClassName
{
border-color: #F2DCE6;
}
.TagClassName
{
border-color: #F2DCE6;
}
</style>