Shades of Pig Pink #F4DCED
Tints of Pig Pink #F4DCED
RGB
CMYK
RGB Variations
Color information
#F4DCED (or 0xF4DCED) is known color: Pig Pink. HEX triplet: F4, DC and ED. RGB value is (244,220,237). Sum of RGB (Red+Green+Blue) = 244+220+237=701 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.81% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCED is #0B2312. Grayscale: #E5E5E5. Windows color (decimal): -729875 or 15588596. OLE color: 15588596.
HSL color Cylindrical-coordinate representation of color #F4DCED: hue angle of 317.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DCED is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 237 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.04 |
| HSL | 317.5º | 0.52% | 0.91% | - |
| HSV(B) | 317.5º | 0.1% | 0.96% | - |
| XYZ | 78.19 | 76.53 | 90.77 | - |
| YUV | 229.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 237 | 0 | 0.10 | 0.03 | 0.04 | 317.5 | 0.52 | 0.91 |
| Hex | F4 | DC | ED | 0 | A | 3 | 4 | 13E | 34 | 5B |
| Octal | 364 | 334 | 355 | 0 | 12 | 3 | 4 | 476 | 64 | 133 |
| Binary | 11110100 | 11011100 | 11101101 | 0 | 1010 | 11 | 100 | 100111110 | 110100 | 1011011 |
Color Harmonies of #F4DCED
Complementary color
Monochromatic Colors of #F4DCED
Black with #F4DCED
Text Example
Text Example
White with #F4DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DCED; }
p { color: rgb(244,220,237); }
H1.HeaderClassName
{
color: #F4DCED;
}
.AnyTagClassName
{
color: #F4DCED;
}
</style>
background-color css
<style>
a { background-color: #F4DCED; }
a { background-color: rgb(244,220,237); }
div.DivClassName
{
background-color: #F4DCED;
}
.BgClassName
{
background-color: #F4DCED;
}
</style>
border-color css
<style>
span { border-color: #F4DCED; }
span { border-color: rgb(244,220,237); }
td.TdClassName
{
border-color: #F4DCED;
}
.TagClassName
{
border-color: #F4DCED;
}
</style>