Shades of Pig Pink #F2DEEB
Tints of Pig Pink #F2DEEB
RGB
CMYK
RGB Variations
Color information
#F2DEEB (or 0xF2DEEB) is known color: Pig Pink. HEX triplet: F2, DE and EB. RGB value is (242,222,235). Sum of RGB (Red+Green+Blue) = 242+222+235=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DEEB is #0D2114. Grayscale: #E5E5E5. Windows color (decimal): -860437 or 15458034. OLE color: 15458034.
HSL color Cylindrical-coordinate representation of color #F2DEEB: hue angle of 321º 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 #F2DEEB is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 222 | 235 | - |
CMYK | 0 | 0.08 | 0.03 | 0.05 |
HSL | 321º | 0.43% | 0.91% | - |
HSV(B) | 321º | 0.08% | 0.95% | - |
XYZ | 77.73 | 77.12 | 89.39 | - |
YUV | 229.46 | 131.13 | 136.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 222 | 235 | 0 | 0.08 | 0.03 | 0.05 | 321 | 0.43 | 0.91 |
Hex | F2 | DE | EB | 0 | 8 | 3 | 5 | 141 | 2B | 5B |
Octal | 362 | 336 | 353 | 0 | 10 | 3 | 5 | 501 | 53 | 133 |
Binary | 11110010 | 11011110 | 11101011 | 0 | 1000 | 11 | 101 | 101000001 | 101011 | 1011011 |
Color Harmonies of #F2DEEB
Complementary color
Monochromatic Colors of #F2DEEB
Black with #F2DEEB
Text Example
Text Example
White with #F2DEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEEB; }
p { color: rgb(242,222,235); }
H1.HeaderClassName
{
color: #F2DEEB;
}
.AnyTagClassName
{
color: #F2DEEB;
}
</style>
background-color css
<style>
a { background-color: #F2DEEB; }
a { background-color: rgb(242,222,235); }
div.DivClassName
{
background-color: #F2DEEB;
}
.BgClassName
{
background-color: #F2DEEB;
}
</style>
border-color css
<style>
span { border-color: #F2DEEB; }
span { border-color: rgb(242,222,235); }
td.TdClassName
{
border-color: #F2DEEB;
}
.TagClassName
{
border-color: #F2DEEB;
}
</style>