Shades of Pig Pink #F2DEE6
Tints of Pig Pink #F2DEE6
RGB
CMYK
RGB Variations
Color information
#F2DEE6 (or 0xF2DEE6) is known color: Pig Pink. HEX triplet: F2, DE and E6. RGB value is (242,222,230). Sum of RGB (Red+Green+Blue) = 242+222+230=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 230 (90.23% from 255 or 33.14% from 694); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DEE6 is #0D2119. Grayscale: #E4E4E4. Windows color (decimal): -860442 or 15130354. OLE color: 15130354.
HSL color Cylindrical-coordinate representation of color #F2DEE6: hue angle of 336º degrees, saturation: 0.43, 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 #F2DEE6 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 230 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.05 |
| HSL | 336º | 0.43% | 0.91% | - |
| HSV(B) | 336º | 0.08% | 0.95% | - |
| XYZ | 77.02 | 76.83 | 85.63 | - |
| YUV | 228.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 230 | 0 | 0.08 | 0.05 | 0.05 | 336 | 0.43 | 0.91 |
| Hex | F2 | DE | E6 | 0 | 8 | 5 | 5 | 150 | 2B | 5B |
| Octal | 362 | 336 | 346 | 0 | 10 | 5 | 5 | 520 | 53 | 133 |
| Binary | 11110010 | 11011110 | 11100110 | 0 | 1000 | 101 | 101 | 101010000 | 101011 | 1011011 |
Color Harmonies of #F2DEE6
Complementary color
Monochromatic Colors of #F2DEE6
Black with #F2DEE6
Text Example
Text Example
White with #F2DEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEE6; }
p { color: rgb(242,222,230); }
H1.HeaderClassName
{
color: #F2DEE6;
}
.AnyTagClassName
{
color: #F2DEE6;
}
</style>
background-color css
<style>
a { background-color: #F2DEE6; }
a { background-color: rgb(242,222,230); }
div.DivClassName
{
background-color: #F2DEE6;
}
.BgClassName
{
background-color: #F2DEE6;
}
</style>
border-color css
<style>
span { border-color: #F2DEE6; }
span { border-color: rgb(242,222,230); }
td.TdClassName
{
border-color: #F2DEE6;
}
.TagClassName
{
border-color: #F2DEE6;
}
</style>