Shades of Pig Pink #F2DCEA
Tints of Pig Pink #F2DCEA
RGB
CMYK
RGB Variations
Color information
#F2DCEA (or 0xF2DCEA) is known color: Pig Pink. HEX triplet: F2, DC and EA. RGB value is (242,220,234). Sum of RGB (Red+Green+Blue) = 242+220+234=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCEA is #0D2315. Grayscale: #E4E4E4. Windows color (decimal): -860950 or 15391986. OLE color: 15391986.
HSL color Cylindrical-coordinate representation of color #F2DCEA: hue angle of 321.82º 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 #F2DCEA is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 234 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.05 |
| HSL | 321.82º | 0.46% | 0.91% | - |
| HSV(B) | 321.82º | 0.09% | 0.95% | - |
| XYZ | 77.06 | 76 | 88.45 | - |
| YUV | 228.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 234 | 0 | 0.09 | 0.03 | 0.05 | 321.82 | 0.46 | 0.91 |
| Hex | F2 | DC | EA | 0 | 9 | 3 | 5 | 142 | 2E | 5B |
| Octal | 362 | 334 | 352 | 0 | 11 | 3 | 5 | 502 | 56 | 133 |
| Binary | 11110010 | 11011100 | 11101010 | 0 | 1001 | 11 | 101 | 101000010 | 101110 | 1011011 |
Color Harmonies of #F2DCEA
Complementary color
Monochromatic Colors of #F2DCEA
Black with #F2DCEA
Text Example
Text Example
White with #F2DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCEA; }
p { color: rgb(242,220,234); }
H1.HeaderClassName
{
color: #F2DCEA;
}
.AnyTagClassName
{
color: #F2DCEA;
}
</style>
background-color css
<style>
a { background-color: #F2DCEA; }
a { background-color: rgb(242,220,234); }
div.DivClassName
{
background-color: #F2DCEA;
}
.BgClassName
{
background-color: #F2DCEA;
}
</style>
border-color css
<style>
span { border-color: #F2DCEA; }
span { border-color: rgb(242,220,234); }
td.TdClassName
{
border-color: #F2DCEA;
}
.TagClassName
{
border-color: #F2DCEA;
}
</style>