Shades of Pig Pink #FFD3EA
Tints of Pig Pink #FFD3EA
RGB
CMYK
RGB Variations
Color information
#FFD3EA (or 0xFFD3EA) is known color: Pig Pink. HEX triplet: FF, D3 and EA. RGB value is (255,211,234). Sum of RGB (Red+Green+Blue) = 255+211+234=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 211 (82.81% from 255 or 30.14% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD3EA is #002C15. Grayscale: #E2E2E2. Windows color (decimal): -11286 or 15389695. OLE color: 15389695.
HSL color Cylindrical-coordinate representation of color #FFD3EA: hue angle of 328.64º 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 #FFD3EA is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 234 | - |
| CMYK | 0 | 0.17 | 0.08 | 0 |
| HSL | 328.64º | 1% | 0.91% | - |
| HSV(B) | 328.64º | 0.17% | 1% | - |
| XYZ | 79.39 | 73.79 | 87.9 | - |
| YUV | 226.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 234 | 0 | 0.17 | 0.08 | 0 | 328.64 | 1 | 0.91 |
| Hex | FF | D3 | EA | 0 | 11 | 8 | 0 | 149 | 64 | 5B |
| Octal | 377 | 323 | 352 | 0 | 21 | 10 | 0 | 511 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11101010 | 0 | 10001 | 1000 | 0 | 101001001 | 1100100 | 1011011 |
Color Harmonies of #FFD3EA
Complementary color
Monochromatic Colors of #FFD3EA
Black with #FFD3EA
Text Example
Text Example
White with #FFD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3EA; }
p { color: rgb(255,211,234); }
H1.HeaderClassName
{
color: #FFD3EA;
}
.AnyTagClassName
{
color: #FFD3EA;
}
</style>
background-color css
<style>
a { background-color: #FFD3EA; }
a { background-color: rgb(255,211,234); }
div.DivClassName
{
background-color: #FFD3EA;
}
.BgClassName
{
background-color: #FFD3EA;
}
</style>
border-color css
<style>
span { border-color: #FFD3EA; }
span { border-color: rgb(255,211,234); }
td.TdClassName
{
border-color: #FFD3EA;
}
.TagClassName
{
border-color: #FFD3EA;
}
</style>