Shades of Pig Pink #FFD9E4
Tints of Pig Pink #FFD9E4
RGB
CMYK
RGB Variations
Color information
#FFD9E4 (or 0xFFD9E4) is known color: Pig Pink. HEX triplet: FF, D9 and E4. RGB value is (255,217,228). Sum of RGB (Red+Green+Blue) = 255+217+228=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 228 (89.45% from 255 or 32.57% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9E4 is #00261B. Grayscale: #E5E5E5. Windows color (decimal): -9756 or 14998015. OLE color: 14998015.
HSL color Cylindrical-coordinate representation of color #FFD9E4: hue angle of 342.63º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD9E4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 228 | - |
| CMYK | 0 | 0.15 | 0.11 | 0 |
| HSL | 342.63º | 1% | 0.93% | - |
| HSV(B) | 342.63º | 0.15% | 1% | - |
| XYZ | 80.06 | 76.49 | 83.94 | - |
| YUV | 229.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 228 | 0 | 0.15 | 0.11 | 0 | 342.63 | 1 | 0.93 |
| Hex | FF | D9 | E4 | 0 | F | B | 0 | 157 | 64 | 5D |
| Octal | 377 | 331 | 344 | 0 | 17 | 13 | 0 | 527 | 144 | 135 |
| Binary | 11111111 | 11011001 | 11100100 | 0 | 1111 | 1011 | 0 | 101010111 | 1100100 | 1011101 |
Color Harmonies of #FFD9E4
Complementary color
Monochromatic Colors of #FFD9E4
Black with #FFD9E4
Text Example
Text Example
White with #FFD9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD9E4; }
p { color: rgb(255,217,228); }
H1.HeaderClassName
{
color: #FFD9E4;
}
.AnyTagClassName
{
color: #FFD9E4;
}
</style>
background-color css
<style>
a { background-color: #FFD9E4; }
a { background-color: rgb(255,217,228); }
div.DivClassName
{
background-color: #FFD9E4;
}
.BgClassName
{
background-color: #FFD9E4;
}
</style>
border-color css
<style>
span { border-color: #FFD9E4; }
span { border-color: rgb(255,217,228); }
td.TdClassName
{
border-color: #FFD9E4;
}
.TagClassName
{
border-color: #FFD9E4;
}
</style>