Shades of Pig Pink #FFD0EF
Tints of Pig Pink #FFD0EF
RGB
CMYK
RGB Variations
Color information
#FFD0EF (or 0xFFD0EF) is known color: Pig Pink. HEX triplet: FF, D0 and EF. RGB value is (255,208,239). Sum of RGB (Red+Green+Blue) = 255+208+239=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 208 (81.64% from 255 or 29.63% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD0EF is #002F10. Grayscale: #E1E1E1. Windows color (decimal): -12049 or 15716607. OLE color: 15716607.
HSL color Cylindrical-coordinate representation of color #FFD0EF: hue angle of 320.43º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD0EF is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 239 | - |
| CMYK | 0 | 0.18 | 0.06 | 0 |
| HSL | 320.43º | 1% | 0.91% | - |
| HSV(B) | 320.43º | 0.18% | 1% | - |
| XYZ | 79.38 | 72.6 | 91.49 | - |
| YUV | 225.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 239 | 0 | 0.18 | 0.06 | 0 | 320.43 | 1 | 0.91 |
| Hex | FF | D0 | EF | 0 | 12 | 6 | 0 | 140 | 64 | 5B |
| Octal | 377 | 320 | 357 | 0 | 22 | 6 | 0 | 500 | 144 | 133 |
| Binary | 11111111 | 11010000 | 11101111 | 0 | 10010 | 110 | 0 | 101000000 | 1100100 | 1011011 |
Color Harmonies of #FFD0EF
Complementary color
Monochromatic Colors of #FFD0EF
Black with #FFD0EF
Text Example
Text Example
White with #FFD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0EF; }
p { color: rgb(255,208,239); }
H1.HeaderClassName
{
color: #FFD0EF;
}
.AnyTagClassName
{
color: #FFD0EF;
}
</style>
background-color css
<style>
a { background-color: #FFD0EF; }
a { background-color: rgb(255,208,239); }
div.DivClassName
{
background-color: #FFD0EF;
}
.BgClassName
{
background-color: #FFD0EF;
}
</style>
border-color css
<style>
span { border-color: #FFD0EF; }
span { border-color: rgb(255,208,239); }
td.TdClassName
{
border-color: #FFD0EF;
}
.TagClassName
{
border-color: #FFD0EF;
}
</style>