Shades of Pig Pink #F5DCEA
Tints of Pig Pink #F5DCEA
RGB
CMYK
RGB Variations
Color information
#F5DCEA (or 0xF5DCEA) is known color: Pig Pink. HEX triplet: F5, DC and EA. RGB value is (245,220,234). Sum of RGB (Red+Green+Blue) = 245+220+234=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCEA is #0A2315. Grayscale: #E5E5E5. Windows color (decimal): -664342 or 15391989. OLE color: 15391989.
HSL color Cylindrical-coordinate representation of color #F5DCEA: hue angle of 326.4º 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 #F5DCEA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 234 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.04 |
| HSL | 326.4º | 0.56% | 0.91% | - |
| HSV(B) | 326.4º | 0.1% | 0.96% | - |
| XYZ | 78.1 | 76.54 | 88.5 | - |
| YUV | 229.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 234 | 0 | 0.10 | 0.04 | 0.04 | 326.4 | 0.56 | 0.91 |
| Hex | F5 | DC | EA | 0 | A | 4 | 4 | 146 | 38 | 5B |
| Octal | 365 | 334 | 352 | 0 | 12 | 4 | 4 | 506 | 70 | 133 |
| Binary | 11110101 | 11011100 | 11101010 | 0 | 1010 | 100 | 100 | 101000110 | 111000 | 1011011 |
Color Harmonies of #F5DCEA
Complementary color
Monochromatic Colors of #F5DCEA
Black with #F5DCEA
Text Example
Text Example
White with #F5DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCEA; }
p { color: rgb(245,220,234); }
H1.HeaderClassName
{
color: #F5DCEA;
}
.AnyTagClassName
{
color: #F5DCEA;
}
</style>
background-color css
<style>
a { background-color: #F5DCEA; }
a { background-color: rgb(245,220,234); }
div.DivClassName
{
background-color: #F5DCEA;
}
.BgClassName
{
background-color: #F5DCEA;
}
</style>
border-color css
<style>
span { border-color: #F5DCEA; }
span { border-color: rgb(245,220,234); }
td.TdClassName
{
border-color: #F5DCEA;
}
.TagClassName
{
border-color: #F5DCEA;
}
</style>