Shades of Pig Pink #F5DCEC
Tints of Pig Pink #F5DCEC
RGB
CMYK
RGB Variations
Color information
#F5DCEC (or 0xF5DCEC) is known color: Pig Pink. HEX triplet: F5, DC and EC. RGB value is (245,220,236). Sum of RGB (Red+Green+Blue) = 245+220+236=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCEC is #0A2313. Grayscale: #E5E5E5. Windows color (decimal): -664340 or 15523061. OLE color: 15523061.
HSL color Cylindrical-coordinate representation of color #F5DCEC: hue angle of 321.6º degrees, saturation: 0.56, 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 #F5DCEC is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 236 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.04 |
| HSL | 321.6º | 0.56% | 0.91% | - |
| HSV(B) | 321.6º | 0.1% | 0.96% | - |
| XYZ | 78.39 | 76.66 | 90.02 | - |
| YUV | 229.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 236 | 0 | 0.10 | 0.04 | 0.04 | 321.6 | 0.56 | 0.91 |
| Hex | F5 | DC | EC | 0 | A | 4 | 4 | 142 | 38 | 5B |
| Octal | 365 | 334 | 354 | 0 | 12 | 4 | 4 | 502 | 70 | 133 |
| Binary | 11110101 | 11011100 | 11101100 | 0 | 1010 | 100 | 100 | 101000010 | 111000 | 1011011 |
Color Harmonies of #F5DCEC
Complementary color
Monochromatic Colors of #F5DCEC
Black with #F5DCEC
Text Example
Text Example
White with #F5DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCEC; }
p { color: rgb(245,220,236); }
H1.HeaderClassName
{
color: #F5DCEC;
}
.AnyTagClassName
{
color: #F5DCEC;
}
</style>
background-color css
<style>
a { background-color: #F5DCEC; }
a { background-color: rgb(245,220,236); }
div.DivClassName
{
background-color: #F5DCEC;
}
.BgClassName
{
background-color: #F5DCEC;
}
</style>
border-color css
<style>
span { border-color: #F5DCEC; }
span { border-color: rgb(245,220,236); }
td.TdClassName
{
border-color: #F5DCEC;
}
.TagClassName
{
border-color: #F5DCEC;
}
</style>