Shades of Pig Pink #FFD3E7
Tints of Pig Pink #FFD3E7
RGB
CMYK
RGB Variations
Color information
#FFD3E7 (or 0xFFD3E7) is known color: Pig Pink. HEX triplet: FF, D3 and E7. RGB value is (255,211,231). Sum of RGB (Red+Green+Blue) = 255+211+231=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 211 (82.81% from 255 or 30.27% from 697); Blue value is 231 (90.62% from 255 or 33.14% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD3E7 is #002C18. Grayscale: #E2E2E2. Windows color (decimal): -11289 or 15193087. OLE color: 15193087.
HSL color Cylindrical-coordinate representation of color #FFD3E7: hue angle of 332.73º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD3E7 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 231 | - |
| CMYK | 0 | 0.17 | 0.09 | 0 |
| HSL | 332.73º | 1% | 0.91% | - |
| HSV(B) | 332.73º | 0.17% | 1% | - |
| XYZ | 78.96 | 73.62 | 85.65 | - |
| YUV | 226.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 231 | 0 | 0.17 | 0.09 | 0 | 332.73 | 1 | 0.91 |
| Hex | FF | D3 | E7 | 0 | 11 | 9 | 0 | 14D | 64 | 5B |
| Octal | 377 | 323 | 347 | 0 | 21 | 11 | 0 | 515 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11100111 | 0 | 10001 | 1001 | 0 | 101001101 | 1100100 | 1011011 |
Color Harmonies of #FFD3E7
Complementary color
Monochromatic Colors of #FFD3E7
Black with #FFD3E7
Text Example
Text Example
White with #FFD3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3E7; }
p { color: rgb(255,211,231); }
H1.HeaderClassName
{
color: #FFD3E7;
}
.AnyTagClassName
{
color: #FFD3E7;
}
</style>
background-color css
<style>
a { background-color: #FFD3E7; }
a { background-color: rgb(255,211,231); }
div.DivClassName
{
background-color: #FFD3E7;
}
.BgClassName
{
background-color: #FFD3E7;
}
</style>
border-color css
<style>
span { border-color: #FFD3E7; }
span { border-color: rgb(255,211,231); }
td.TdClassName
{
border-color: #FFD3E7;
}
.TagClassName
{
border-color: #FFD3E7;
}
</style>