Shades of Pig Pink #F5DCEE
Tints of Pig Pink #F5DCEE
RGB
CMYK
RGB Variations
Color information
#F5DCEE (or 0xF5DCEE) is known color: Pig Pink. HEX triplet: F5, DC and EE. RGB value is (245,220,238). Sum of RGB (Red+Green+Blue) = 245+220+238=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCEE is #0A2311. Grayscale: #E5E5E5. Windows color (decimal): -664338 or 15654133. OLE color: 15654133.
HSL color Cylindrical-coordinate representation of color #F5DCEE: hue angle of 316.8º 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 #F5DCEE is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 238 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.04 |
| HSL | 316.8º | 0.56% | 0.91% | - |
| HSV(B) | 316.8º | 0.1% | 0.96% | - |
| XYZ | 78.68 | 76.77 | 91.56 | - |
| YUV | 229.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 238 | 0 | 0.10 | 0.03 | 0.04 | 316.8 | 0.56 | 0.91 |
| Hex | F5 | DC | EE | 0 | A | 3 | 4 | 13D | 38 | 5B |
| Octal | 365 | 334 | 356 | 0 | 12 | 3 | 4 | 475 | 70 | 133 |
| Binary | 11110101 | 11011100 | 11101110 | 0 | 1010 | 11 | 100 | 100111101 | 111000 | 1011011 |
Color Harmonies of #F5DCEE
Complementary color
Monochromatic Colors of #F5DCEE
Black with #F5DCEE
Text Example
Text Example
White with #F5DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCEE; }
p { color: rgb(245,220,238); }
H1.HeaderClassName
{
color: #F5DCEE;
}
.AnyTagClassName
{
color: #F5DCEE;
}
</style>
background-color css
<style>
a { background-color: #F5DCEE; }
a { background-color: rgb(245,220,238); }
div.DivClassName
{
background-color: #F5DCEE;
}
.BgClassName
{
background-color: #F5DCEE;
}
</style>
border-color css
<style>
span { border-color: #F5DCEE; }
span { border-color: rgb(245,220,238); }
td.TdClassName
{
border-color: #F5DCEE;
}
.TagClassName
{
border-color: #F5DCEE;
}
</style>