Shades of Pig Pink #F4DEED
Tints of Pig Pink #F4DEED
RGB
CMYK
RGB Variations
Color information
#F4DEED (or 0xF4DEED) is known color: Pig Pink. HEX triplet: F4, DE and ED. RGB value is (244,222,237). Sum of RGB (Red+Green+Blue) = 244+222+237=703 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.71% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DEED is #0B2112. Grayscale: #E6E6E6. Windows color (decimal): -729363 or 15589108. OLE color: 15589108.
HSL color Cylindrical-coordinate representation of color #F4DEED: hue angle of 319.09º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4DEED is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 222 | 237 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.04 |
| HSL | 319.09º | 0.5% | 0.91% | - |
| HSV(B) | 319.09º | 0.09% | 0.96% | - |
| XYZ | 78.72 | 77.59 | 90.95 | - |
| YUV | 230.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 237 | 0 | 0.09 | 0.03 | 0.04 | 319.09 | 0.5 | 0.91 |
| Hex | F4 | DE | ED | 0 | 9 | 3 | 4 | 13F | 32 | 5B |
| Octal | 364 | 336 | 355 | 0 | 11 | 3 | 4 | 477 | 62 | 133 |
| Binary | 11110100 | 11011110 | 11101101 | 0 | 1001 | 11 | 100 | 100111111 | 110010 | 1011011 |
Color Harmonies of #F4DEED
Complementary color
Monochromatic Colors of #F4DEED
Black with #F4DEED
Text Example
Text Example
White with #F4DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DEED; }
p { color: rgb(244,222,237); }
H1.HeaderClassName
{
color: #F4DEED;
}
.AnyTagClassName
{
color: #F4DEED;
}
</style>
background-color css
<style>
a { background-color: #F4DEED; }
a { background-color: rgb(244,222,237); }
div.DivClassName
{
background-color: #F4DEED;
}
.BgClassName
{
background-color: #F4DEED;
}
</style>
border-color css
<style>
span { border-color: #F4DEED; }
span { border-color: rgb(244,222,237); }
td.TdClassName
{
border-color: #F4DEED;
}
.TagClassName
{
border-color: #F4DEED;
}
</style>