Shades of Pig Pink #F5DEEE
Tints of Pig Pink #F5DEEE
RGB
CMYK
RGB Variations
Color information
#F5DEEE (or 0xF5DEEE) is known color: Pig Pink. HEX triplet: F5, DE and EE. RGB value is (245,222,238). Sum of RGB (Red+Green+Blue) = 245+222+238=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DEEE is #0A2111. Grayscale: #E6E6E6. Windows color (decimal): -663826 or 15654645. OLE color: 15654645.
HSL color Cylindrical-coordinate representation of color #F5DEEE: hue angle of 318.26º 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 #F5DEEE is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 238 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.04 |
| HSL | 318.26º | 0.53% | 0.92% | - |
| HSV(B) | 318.26º | 0.09% | 0.96% | - |
| XYZ | 79.21 | 77.83 | 91.74 | - |
| YUV | 230.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 238 | 0 | 0.09 | 0.03 | 0.04 | 318.26 | 0.53 | 0.92 |
| Hex | F5 | DE | EE | 0 | 9 | 3 | 4 | 13E | 35 | 5C |
| Octal | 365 | 336 | 356 | 0 | 11 | 3 | 4 | 476 | 65 | 134 |
| Binary | 11110101 | 11011110 | 11101110 | 0 | 1001 | 11 | 100 | 100111110 | 110101 | 1011100 |
Color Harmonies of #F5DEEE
Complementary color
Monochromatic Colors of #F5DEEE
Black with #F5DEEE
Text Example
Text Example
White with #F5DEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEEE; }
p { color: rgb(245,222,238); }
H1.HeaderClassName
{
color: #F5DEEE;
}
.AnyTagClassName
{
color: #F5DEEE;
}
</style>
background-color css
<style>
a { background-color: #F5DEEE; }
a { background-color: rgb(245,222,238); }
div.DivClassName
{
background-color: #F5DEEE;
}
.BgClassName
{
background-color: #F5DEEE;
}
</style>
border-color css
<style>
span { border-color: #F5DEEE; }
span { border-color: rgb(245,222,238); }
td.TdClassName
{
border-color: #F5DEEE;
}
.TagClassName
{
border-color: #F5DEEE;
}
</style>