Shades of Pig Pink #F5D2DF
Tints of Pig Pink #F5D2DF
RGB
CMYK
RGB Variations
Color information
#F5D2DF (or 0xF5D2DF) is known color: Pig Pink. HEX triplet: F5, D2 and DF. RGB value is (245,210,223). Sum of RGB (Red+Green+Blue) = 245+210+223=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2DF is #0A2D20. Grayscale: #DDDDDD. Windows color (decimal): -666913 or 14668533. OLE color: 14668533.
HSL color Cylindrical-coordinate representation of color #F5D2DF: hue angle of 337.71º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D2DF is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 223 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.04 |
| HSL | 337.71º | 0.64% | 0.89% | - |
| HSV(B) | 337.71º | 0.14% | 0.96% | - |
| XYZ | 74.02 | 70.83 | 79.58 | - |
| YUV | 221.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 223 | 0 | 0.14 | 0.09 | 0.04 | 337.71 | 0.64 | 0.89 |
| Hex | F5 | D2 | DF | 0 | E | 9 | 4 | 152 | 40 | 59 |
| Octal | 365 | 322 | 337 | 0 | 16 | 11 | 4 | 522 | 100 | 131 |
| Binary | 11110101 | 11010010 | 11011111 | 0 | 1110 | 1001 | 100 | 101010010 | 1000000 | 1011001 |
Color Harmonies of #F5D2DF
Complementary color
Monochromatic Colors of #F5D2DF
Black with #F5D2DF
Text Example
Text Example
White with #F5D2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2DF; }
p { color: rgb(245,210,223); }
H1.HeaderClassName
{
color: #F5D2DF;
}
.AnyTagClassName
{
color: #F5D2DF;
}
</style>
background-color css
<style>
a { background-color: #F5D2DF; }
a { background-color: rgb(245,210,223); }
div.DivClassName
{
background-color: #F5D2DF;
}
.BgClassName
{
background-color: #F5D2DF;
}
</style>
border-color css
<style>
span { border-color: #F5D2DF; }
span { border-color: rgb(245,210,223); }
td.TdClassName
{
border-color: #F5D2DF;
}
.TagClassName
{
border-color: #F5D2DF;
}
</style>