Shades of Pig Pink #F5DEEC
Tints of Pig Pink #F5DEEC
RGB
CMYK
RGB Variations
Color information
#F5DEEC (or 0xF5DEEC) is known color: Pig Pink. HEX triplet: F5, DE and EC. RGB value is (245,222,236). Sum of RGB (Red+Green+Blue) = 245+222+236=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DEEC is #0A2113. Grayscale: #E6E6E6. Windows color (decimal): -663828 or 15523573. OLE color: 15523573.
HSL color Cylindrical-coordinate representation of color #F5DEEC: hue angle of 323.48º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5DEEC is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 236 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.04 |
| HSL | 323.48º | 0.53% | 0.92% | - |
| HSV(B) | 323.48º | 0.09% | 0.96% | - |
| XYZ | 78.92 | 77.71 | 90.2 | - |
| YUV | 230.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 236 | 0 | 0.09 | 0.04 | 0.04 | 323.48 | 0.53 | 0.92 |
| Hex | F5 | DE | EC | 0 | 9 | 4 | 4 | 143 | 35 | 5C |
| Octal | 365 | 336 | 354 | 0 | 11 | 4 | 4 | 503 | 65 | 134 |
| Binary | 11110101 | 11011110 | 11101100 | 0 | 1001 | 100 | 100 | 101000011 | 110101 | 1011100 |
Color Harmonies of #F5DEEC
Complementary color
Monochromatic Colors of #F5DEEC
Black with #F5DEEC
Text Example
Text Example
White with #F5DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEEC; }
p { color: rgb(245,222,236); }
H1.HeaderClassName
{
color: #F5DEEC;
}
.AnyTagClassName
{
color: #F5DEEC;
}
</style>
background-color css
<style>
a { background-color: #F5DEEC; }
a { background-color: rgb(245,222,236); }
div.DivClassName
{
background-color: #F5DEEC;
}
.BgClassName
{
background-color: #F5DEEC;
}
</style>
border-color css
<style>
span { border-color: #F5DEEC; }
span { border-color: rgb(245,222,236); }
td.TdClassName
{
border-color: #F5DEEC;
}
.TagClassName
{
border-color: #F5DEEC;
}
</style>