Shades of Pig Pink #F2DFEB
Tints of Pig Pink #F2DFEB
RGB
CMYK
RGB Variations
Color information
#F2DFEB (or 0xF2DFEB) is known color: Pig Pink. HEX triplet: F2, DF and EB. RGB value is (242,223,235). Sum of RGB (Red+Green+Blue) = 242+223+235=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFEB is #0D2014. Grayscale: #E6E6E6. Windows color (decimal): -860181 or 15458290. OLE color: 15458290.
HSL color Cylindrical-coordinate representation of color #F2DFEB: hue angle of 322.11º 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 #F2DFEB is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 235 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.05 |
| HSL | 322.11º | 0.42% | 0.91% | - |
| HSV(B) | 322.11º | 0.08% | 0.95% | - |
| XYZ | 78 | 77.65 | 89.47 | - |
| YUV | 230.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 235 | 0 | 0.08 | 0.03 | 0.05 | 322.11 | 0.42 | 0.91 |
| Hex | F2 | DF | EB | 0 | 8 | 3 | 5 | 142 | 2A | 5B |
| Octal | 362 | 337 | 353 | 0 | 10 | 3 | 5 | 502 | 52 | 133 |
| Binary | 11110010 | 11011111 | 11101011 | 0 | 1000 | 11 | 101 | 101000010 | 101010 | 1011011 |
Color Harmonies of #F2DFEB
Complementary color
Monochromatic Colors of #F2DFEB
Black with #F2DFEB
Text Example
Text Example
White with #F2DFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFEB; }
p { color: rgb(242,223,235); }
H1.HeaderClassName
{
color: #F2DFEB;
}
.AnyTagClassName
{
color: #F2DFEB;
}
</style>
background-color css
<style>
a { background-color: #F2DFEB; }
a { background-color: rgb(242,223,235); }
div.DivClassName
{
background-color: #F2DFEB;
}
.BgClassName
{
background-color: #F2DFEB;
}
</style>
border-color css
<style>
span { border-color: #F2DFEB; }
span { border-color: rgb(242,223,235); }
td.TdClassName
{
border-color: #F2DFEB;
}
.TagClassName
{
border-color: #F2DFEB;
}
</style>