Shades of Pig Pink #FFD2E4
Tints of Pig Pink #FFD2E4
RGB
CMYK
RGB Variations
Color information
#FFD2E4 (or 0xFFD2E4) is known color: Pig Pink. HEX triplet: FF, D2 and E4. RGB value is (255,210,228). Sum of RGB (Red+Green+Blue) = 255+210+228=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 210 (82.42% from 255 or 30.30% from 693); Blue value is 228 (89.45% from 255 or 32.90% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2E4 is #002D1B. Grayscale: #E1E1E1. Windows color (decimal): -11548 or 14996223. OLE color: 14996223.
HSL color Cylindrical-coordinate representation of color #FFD2E4: hue angle of 336º 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 #FFD2E4 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 228 | - |
| CMYK | 0 | 0.18 | 0.11 | 0 |
| HSL | 336º | 1% | 0.91% | - |
| HSV(B) | 336º | 0.18% | 1% | - |
| XYZ | 78.29 | 72.95 | 83.35 | - |
| YUV | 225.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 228 | 0 | 0.18 | 0.11 | 0 | 336 | 1 | 0.91 |
| Hex | FF | D2 | E4 | 0 | 12 | B | 0 | 150 | 64 | 5B |
| Octal | 377 | 322 | 344 | 0 | 22 | 13 | 0 | 520 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11100100 | 0 | 10010 | 1011 | 0 | 101010000 | 1100100 | 1011011 |
Color Harmonies of #FFD2E4
Complementary color
Monochromatic Colors of #FFD2E4
Black with #FFD2E4
Text Example
Text Example
White with #FFD2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2E4; }
p { color: rgb(255,210,228); }
H1.HeaderClassName
{
color: #FFD2E4;
}
.AnyTagClassName
{
color: #FFD2E4;
}
</style>
background-color css
<style>
a { background-color: #FFD2E4; }
a { background-color: rgb(255,210,228); }
div.DivClassName
{
background-color: #FFD2E4;
}
.BgClassName
{
background-color: #FFD2E4;
}
</style>
border-color css
<style>
span { border-color: #FFD2E4; }
span { border-color: rgb(255,210,228); }
td.TdClassName
{
border-color: #FFD2E4;
}
.TagClassName
{
border-color: #FFD2E4;
}
</style>