Shades of Pig Pink #F2DDEB
Tints of Pig Pink #F2DDEB
RGB
CMYK
RGB Variations
Color information
#F2DDEB (or 0xF2DDEB) is known color: Pig Pink. HEX triplet: F2, DD and EB. RGB value is (242,221,235). Sum of RGB (Red+Green+Blue) = 242+221+235=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDEB is #0D2214. Grayscale: #E4E4E4. Windows color (decimal): -860693 or 15457778. OLE color: 15457778.
HSL color Cylindrical-coordinate representation of color #F2DDEB: hue angle of 320º degrees, saturation: 0.45, 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 #F2DDEB is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 235 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.05 |
| HSL | 320º | 0.45% | 0.91% | - |
| HSV(B) | 320º | 0.09% | 0.95% | - |
| XYZ | 77.47 | 76.59 | 89.3 | - |
| YUV | 228.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 235 | 0 | 0.09 | 0.03 | 0.05 | 320 | 0.45 | 0.91 |
| Hex | F2 | DD | EB | 0 | 9 | 3 | 5 | 140 | 2D | 5B |
| Octal | 362 | 335 | 353 | 0 | 11 | 3 | 5 | 500 | 55 | 133 |
| Binary | 11110010 | 11011101 | 11101011 | 0 | 1001 | 11 | 101 | 101000000 | 101101 | 1011011 |
Color Harmonies of #F2DDEB
Complementary color
Monochromatic Colors of #F2DDEB
Black with #F2DDEB
Text Example
Text Example
White with #F2DDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDEB; }
p { color: rgb(242,221,235); }
H1.HeaderClassName
{
color: #F2DDEB;
}
.AnyTagClassName
{
color: #F2DDEB;
}
</style>
background-color css
<style>
a { background-color: #F2DDEB; }
a { background-color: rgb(242,221,235); }
div.DivClassName
{
background-color: #F2DDEB;
}
.BgClassName
{
background-color: #F2DDEB;
}
</style>
border-color css
<style>
span { border-color: #F2DDEB; }
span { border-color: rgb(242,221,235); }
td.TdClassName
{
border-color: #F2DDEB;
}
.TagClassName
{
border-color: #F2DDEB;
}
</style>