Shades of Pig Pink #F2DFEA
Tints of Pig Pink #F2DFEA
RGB
CMYK
RGB Variations
Color information
#F2DFEA (or 0xF2DFEA) is known color: Pig Pink. HEX triplet: F2, DF and EA. RGB value is (242,223,234). Sum of RGB (Red+Green+Blue) = 242+223+234=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFEA is #0D2015. Grayscale: #E5E5E5. Windows color (decimal): -860182 or 15392754. OLE color: 15392754.
HSL color Cylindrical-coordinate representation of color #F2DFEA: hue angle of 325.26º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2DFEA is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 234 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.05 |
| HSL | 325.26º | 0.42% | 0.91% | - |
| HSV(B) | 325.26º | 0.08% | 0.95% | - |
| XYZ | 77.86 | 77.59 | 88.72 | - |
| YUV | 229.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 234 | 0 | 0.08 | 0.03 | 0.05 | 325.26 | 0.42 | 0.91 |
| Hex | F2 | DF | EA | 0 | 8 | 3 | 5 | 145 | 2A | 5B |
| Octal | 362 | 337 | 352 | 0 | 10 | 3 | 5 | 505 | 52 | 133 |
| Binary | 11110010 | 11011111 | 11101010 | 0 | 1000 | 11 | 101 | 101000101 | 101010 | 1011011 |
Color Harmonies of #F2DFEA
Complementary color
Monochromatic Colors of #F2DFEA
Black with #F2DFEA
Text Example
Text Example
White with #F2DFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFEA; }
p { color: rgb(242,223,234); }
H1.HeaderClassName
{
color: #F2DFEA;
}
.AnyTagClassName
{
color: #F2DFEA;
}
</style>
background-color css
<style>
a { background-color: #F2DFEA; }
a { background-color: rgb(242,223,234); }
div.DivClassName
{
background-color: #F2DFEA;
}
.BgClassName
{
background-color: #F2DFEA;
}
</style>
border-color css
<style>
span { border-color: #F2DFEA; }
span { border-color: rgb(242,223,234); }
td.TdClassName
{
border-color: #F2DFEA;
}
.TagClassName
{
border-color: #F2DFEA;
}
</style>