Shades of Pig Pink #F9E2ED
Tints of Pig Pink #F9E2ED
RGB
CMYK
RGB Variations
Color information
#F9E2ED (or 0xF9E2ED) is known color: Pig Pink. HEX triplet: F9, E2 and ED. RGB value is (249,226,237). Sum of RGB (Red+Green+Blue) = 249+226+237=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 226 (88.67% from 255 or 31.74% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E2ED is #061D12. Grayscale: #EAEAEA. Windows color (decimal): -400659 or 15590137. OLE color: 15590137.
HSL color Cylindrical-coordinate representation of color #F9E2ED: hue angle of 331.3º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F9E2ED is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 226 | 237 | - |
CMYK | 0 | 0.09 | 0.05 | 0.02 |
HSL | 331.3º | 0.66% | 0.93% | - |
HSV(B) | 331.3º | 0.09% | 0.98% | - |
XYZ | 81.55 | 80.65 | 91.39 | - |
YUV | 234.13 | 129.62 | 138.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 226 | 237 | 0 | 0.09 | 0.05 | 0.02 | 331.3 | 0.66 | 0.93 |
Hex | F9 | E2 | ED | 0 | 9 | 5 | 2 | 14B | 42 | 5D |
Octal | 371 | 342 | 355 | 0 | 11 | 5 | 2 | 513 | 102 | 135 |
Binary | 11111001 | 11100010 | 11101101 | 0 | 1001 | 101 | 10 | 101001011 | 1000010 | 1011101 |
Color Harmonies of #F9E2ED
Complementary color
Monochromatic Colors of #F9E2ED
Black with #F9E2ED
Text Example
Text Example
White with #F9E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E2ED; }
p { color: rgb(249,226,237); }
H1.HeaderClassName
{
color: #F9E2ED;
}
.AnyTagClassName
{
color: #F9E2ED;
}
</style>
background-color css
<style>
a { background-color: #F9E2ED; }
a { background-color: rgb(249,226,237); }
div.DivClassName
{
background-color: #F9E2ED;
}
.BgClassName
{
background-color: #F9E2ED;
}
</style>
border-color css
<style>
span { border-color: #F9E2ED; }
span { border-color: rgb(249,226,237); }
td.TdClassName
{
border-color: #F9E2ED;
}
.TagClassName
{
border-color: #F9E2ED;
}
</style>