Shades of Pig Pink #FFD3E6
Tints of Pig Pink #FFD3E6
RGB
CMYK
RGB Variations
Color information
#FFD3E6 (or 0xFFD3E6) is known color: Pig Pink. HEX triplet: FF, D3 and E6. RGB value is (255,211,230). Sum of RGB (Red+Green+Blue) = 255+211+230=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 211 (82.81% from 255 or 30.32% from 696); Blue value is 230 (90.23% from 255 or 33.05% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD3E6 is #002C19. Grayscale: #E2E2E2. Windows color (decimal): -11290 or 15127551. OLE color: 15127551.
HSL color Cylindrical-coordinate representation of color #FFD3E6: hue angle of 334.09º 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 #FFD3E6 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 230 | - |
| CMYK | 0 | 0.17 | 0.10 | 0 |
| HSL | 334.09º | 1% | 0.91% | - |
| HSV(B) | 334.09º | 0.17% | 1% | - |
| XYZ | 78.82 | 73.56 | 84.91 | - |
| YUV | 226.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 230 | 0 | 0.17 | 0.10 | 0 | 334.09 | 1 | 0.91 |
| Hex | FF | D3 | E6 | 0 | 11 | A | 0 | 14E | 64 | 5B |
| Octal | 377 | 323 | 346 | 0 | 21 | 12 | 0 | 516 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11100110 | 0 | 10001 | 1010 | 0 | 101001110 | 1100100 | 1011011 |
Color Harmonies of #FFD3E6
Complementary color
Monochromatic Colors of #FFD3E6
Black with #FFD3E6
Text Example
Text Example
White with #FFD3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3E6; }
p { color: rgb(255,211,230); }
H1.HeaderClassName
{
color: #FFD3E6;
}
.AnyTagClassName
{
color: #FFD3E6;
}
</style>
background-color css
<style>
a { background-color: #FFD3E6; }
a { background-color: rgb(255,211,230); }
div.DivClassName
{
background-color: #FFD3E6;
}
.BgClassName
{
background-color: #FFD3E6;
}
</style>
border-color css
<style>
span { border-color: #FFD3E6; }
span { border-color: rgb(255,211,230); }
td.TdClassName
{
border-color: #FFD3E6;
}
.TagClassName
{
border-color: #FFD3E6;
}
</style>