Shades of Pig Pink #F2DCE5
Tints of Pig Pink #F2DCE5
RGB
CMYK
RGB Variations
Color information
#F2DCE5 (or 0xF2DCE5) is known color: Pig Pink. HEX triplet: F2, DC and E5. RGB value is (242,220,229). Sum of RGB (Red+Green+Blue) = 242+220+229=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCE5 is #0D231A. Grayscale: #E3E3E3. Windows color (decimal): -860955 or 15064306. OLE color: 15064306.
HSL color Cylindrical-coordinate representation of color #F2DCE5: hue angle of 335.45º 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 #F2DCE5 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 229 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.05 |
| HSL | 335.45º | 0.46% | 0.91% | - |
| HSV(B) | 335.45º | 0.09% | 0.95% | - |
| XYZ | 76.35 | 75.72 | 84.72 | - |
| YUV | 227.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 229 | 0 | 0.09 | 0.05 | 0.05 | 335.45 | 0.46 | 0.91 |
| Hex | F2 | DC | E5 | 0 | 9 | 5 | 5 | 14F | 2E | 5B |
| Octal | 362 | 334 | 345 | 0 | 11 | 5 | 5 | 517 | 56 | 133 |
| Binary | 11110010 | 11011100 | 11100101 | 0 | 1001 | 101 | 101 | 101001111 | 101110 | 1011011 |
Color Harmonies of #F2DCE5
Complementary color
Monochromatic Colors of #F2DCE5
Black with #F2DCE5
Text Example
Text Example
White with #F2DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCE5; }
p { color: rgb(242,220,229); }
H1.HeaderClassName
{
color: #F2DCE5;
}
.AnyTagClassName
{
color: #F2DCE5;
}
</style>
background-color css
<style>
a { background-color: #F2DCE5; }
a { background-color: rgb(242,220,229); }
div.DivClassName
{
background-color: #F2DCE5;
}
.BgClassName
{
background-color: #F2DCE5;
}
</style>
border-color css
<style>
span { border-color: #F2DCE5; }
span { border-color: rgb(242,220,229); }
td.TdClassName
{
border-color: #F2DCE5;
}
.TagClassName
{
border-color: #F2DCE5;
}
</style>