Shades of Pig Pink #FFD6EB
Tints of Pig Pink #FFD6EB
RGB
CMYK
RGB Variations
Color information
#FFD6EB (or 0xFFD6EB) is known color: Pig Pink. HEX triplet: FF, D6 and EB. RGB value is (255,214,235). Sum of RGB (Red+Green+Blue) = 255+214+235=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 214 (83.98% from 255 or 30.40% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6EB is #002914. Grayscale: #E4E4E4. Windows color (decimal): -10517 or 15455999. OLE color: 15455999.
HSL color Cylindrical-coordinate representation of color #FFD6EB: hue angle of 329.27º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD6EB is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 235 | - |
| CMYK | 0 | 0.16 | 0.08 | 0 |
| HSL | 329.27º | 1% | 0.92% | - |
| HSV(B) | 329.27º | 0.16% | 1% | - |
| XYZ | 80.28 | 75.35 | 88.91 | - |
| YUV | 228.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 235 | 0 | 0.16 | 0.08 | 0 | 329.27 | 1 | 0.92 |
| Hex | FF | D6 | EB | 0 | 10 | 8 | 0 | 149 | 64 | 5C |
| Octal | 377 | 326 | 353 | 0 | 20 | 10 | 0 | 511 | 144 | 134 |
| Binary | 11111111 | 11010110 | 11101011 | 0 | 10000 | 1000 | 0 | 101001001 | 1100100 | 1011100 |
Color Harmonies of #FFD6EB
Complementary color
Monochromatic Colors of #FFD6EB
Black with #FFD6EB
Text Example
Text Example
White with #FFD6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6EB; }
p { color: rgb(255,214,235); }
H1.HeaderClassName
{
color: #FFD6EB;
}
.AnyTagClassName
{
color: #FFD6EB;
}
</style>
background-color css
<style>
a { background-color: #FFD6EB; }
a { background-color: rgb(255,214,235); }
div.DivClassName
{
background-color: #FFD6EB;
}
.BgClassName
{
background-color: #FFD6EB;
}
</style>
border-color css
<style>
span { border-color: #FFD6EB; }
span { border-color: rgb(255,214,235); }
td.TdClassName
{
border-color: #FFD6EB;
}
.TagClassName
{
border-color: #FFD6EB;
}
</style>