Shades of Pig Pink #F2DFE9
Tints of Pig Pink #F2DFE9
RGB
CMYK
RGB Variations
Color information
#F2DFE9 (or 0xF2DFE9) is known color: Pig Pink. HEX triplet: F2, DF and E9. RGB value is (242,223,233). Sum of RGB (Red+Green+Blue) = 242+223+233=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 233 (91.41% from 255 or 33.38% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFE9 is #0D2016. Grayscale: #E5E5E5. Windows color (decimal): -860183 or 15327218. OLE color: 15327218.
HSL color Cylindrical-coordinate representation of color #F2DFE9: hue angle of 328.42º 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 #F2DFE9 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 233 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.05 |
| HSL | 328.42º | 0.42% | 0.91% | - |
| HSV(B) | 328.42º | 0.08% | 0.95% | - |
| XYZ | 77.71 | 77.54 | 87.96 | - |
| YUV | 229.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 233 | 0 | 0.08 | 0.04 | 0.05 | 328.42 | 0.42 | 0.91 |
| Hex | F2 | DF | E9 | 0 | 8 | 4 | 5 | 148 | 2A | 5B |
| Octal | 362 | 337 | 351 | 0 | 10 | 4 | 5 | 510 | 52 | 133 |
| Binary | 11110010 | 11011111 | 11101001 | 0 | 1000 | 100 | 101 | 101001000 | 101010 | 1011011 |
Color Harmonies of #F2DFE9
Complementary color
Monochromatic Colors of #F2DFE9
Black with #F2DFE9
Text Example
Text Example
White with #F2DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFE9; }
p { color: rgb(242,223,233); }
H1.HeaderClassName
{
color: #F2DFE9;
}
.AnyTagClassName
{
color: #F2DFE9;
}
</style>
background-color css
<style>
a { background-color: #F2DFE9; }
a { background-color: rgb(242,223,233); }
div.DivClassName
{
background-color: #F2DFE9;
}
.BgClassName
{
background-color: #F2DFE9;
}
</style>
border-color css
<style>
span { border-color: #F2DFE9; }
span { border-color: rgb(242,223,233); }
td.TdClassName
{
border-color: #F2DFE9;
}
.TagClassName
{
border-color: #F2DFE9;
}
</style>