Shades of Pig Pink #FFD0E4
Tints of Pig Pink #FFD0E4
RGB
CMYK
RGB Variations
Color information
#FFD0E4 (or 0xFFD0E4) is known color: Pig Pink. HEX triplet: FF, D0 and E4. RGB value is (255,208,228). Sum of RGB (Red+Green+Blue) = 255+208+228=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 208 (81.64% from 255 or 30.10% from 691); Blue value is 228 (89.45% from 255 or 33.00% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0E4 is #002F1B. Grayscale: #E0E0E0. Windows color (decimal): -12060 or 14995711. OLE color: 14995711.
HSL color Cylindrical-coordinate representation of color #FFD0E4: hue angle of 334.47º 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 #FFD0E4 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 228 | - |
| CMYK | 0 | 0.18 | 0.11 | 0 |
| HSL | 334.47º | 1% | 0.91% | - |
| HSV(B) | 334.47º | 0.18% | 1% | - |
| XYZ | 77.8 | 71.97 | 83.19 | - |
| YUV | 224.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 228 | 0 | 0.18 | 0.11 | 0 | 334.47 | 1 | 0.91 |
| Hex | FF | D0 | E4 | 0 | 12 | B | 0 | 14E | 64 | 5B |
| Octal | 377 | 320 | 344 | 0 | 22 | 13 | 0 | 516 | 144 | 133 |
| Binary | 11111111 | 11010000 | 11100100 | 0 | 10010 | 1011 | 0 | 101001110 | 1100100 | 1011011 |
Color Harmonies of #FFD0E4
Complementary color
Monochromatic Colors of #FFD0E4
Black with #FFD0E4
Text Example
Text Example
White with #FFD0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0E4; }
p { color: rgb(255,208,228); }
H1.HeaderClassName
{
color: #FFD0E4;
}
.AnyTagClassName
{
color: #FFD0E4;
}
</style>
background-color css
<style>
a { background-color: #FFD0E4; }
a { background-color: rgb(255,208,228); }
div.DivClassName
{
background-color: #FFD0E4;
}
.BgClassName
{
background-color: #FFD0E4;
}
</style>
border-color css
<style>
span { border-color: #FFD0E4; }
span { border-color: rgb(255,208,228); }
td.TdClassName
{
border-color: #FFD0E4;
}
.TagClassName
{
border-color: #FFD0E4;
}
</style>