Shades of Pig Pink #F2DCEB
Tints of Pig Pink #F2DCEB
RGB
CMYK
RGB Variations
Color information
#F2DCEB (or 0xF2DCEB) is known color: Pig Pink. HEX triplet: F2, DC and EB. RGB value is (242,220,235). Sum of RGB (Red+Green+Blue) = 242+220+235=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCEB is #0D2314. Grayscale: #E4E4E4. Windows color (decimal): -860949 or 15457522. OLE color: 15457522.
HSL color Cylindrical-coordinate representation of color #F2DCEB: hue angle of 319.09º 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 #F2DCEB is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 235 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.05 |
| HSL | 319.09º | 0.46% | 0.91% | - |
| HSV(B) | 319.09º | 0.09% | 0.95% | - |
| XYZ | 77.21 | 76.06 | 89.21 | - |
| YUV | 228.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 235 | 0 | 0.09 | 0.03 | 0.05 | 319.09 | 0.46 | 0.91 |
| Hex | F2 | DC | EB | 0 | 9 | 3 | 5 | 13F | 2E | 5B |
| Octal | 362 | 334 | 353 | 0 | 11 | 3 | 5 | 477 | 56 | 133 |
| Binary | 11110010 | 11011100 | 11101011 | 0 | 1001 | 11 | 101 | 100111111 | 101110 | 1011011 |
Color Harmonies of #F2DCEB
Complementary color
Monochromatic Colors of #F2DCEB
Black with #F2DCEB
Text Example
Text Example
White with #F2DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCEB; }
p { color: rgb(242,220,235); }
H1.HeaderClassName
{
color: #F2DCEB;
}
.AnyTagClassName
{
color: #F2DCEB;
}
</style>
background-color css
<style>
a { background-color: #F2DCEB; }
a { background-color: rgb(242,220,235); }
div.DivClassName
{
background-color: #F2DCEB;
}
.BgClassName
{
background-color: #F2DCEB;
}
</style>
border-color css
<style>
span { border-color: #F2DCEB; }
span { border-color: rgb(242,220,235); }
td.TdClassName
{
border-color: #F2DCEB;
}
.TagClassName
{
border-color: #F2DCEB;
}
</style>