Shades of Pig Pink #FFD6EE
Tints of Pig Pink #FFD6EE
RGB
CMYK
RGB Variations
Color information
#FFD6EE (or 0xFFD6EE) is known color: Pig Pink. HEX triplet: FF, D6 and EE. RGB value is (255,214,238). Sum of RGB (Red+Green+Blue) = 255+214+238=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 214 (83.98% from 255 or 30.27% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6EE is #002911. Grayscale: #E4E4E4. Windows color (decimal): -10514 or 15652607. OLE color: 15652607.
HSL color Cylindrical-coordinate representation of color #FFD6EE: hue angle of 324.88º 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 #FFD6EE is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 238 | - |
| CMYK | 0 | 0.16 | 0.07 | 0 |
| HSL | 324.88º | 1% | 0.92% | - |
| HSV(B) | 324.88º | 0.16% | 1% | - |
| XYZ | 80.72 | 75.53 | 91.21 | - |
| YUV | 229 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 238 | 0 | 0.16 | 0.07 | 0 | 324.88 | 1 | 0.92 |
| Hex | FF | D6 | EE | 0 | 10 | 7 | 0 | 145 | 64 | 5C |
| Octal | 377 | 326 | 356 | 0 | 20 | 7 | 0 | 505 | 144 | 134 |
| Binary | 11111111 | 11010110 | 11101110 | 0 | 10000 | 111 | 0 | 101000101 | 1100100 | 1011100 |
Color Harmonies of #FFD6EE
Complementary color
Monochromatic Colors of #FFD6EE
Black with #FFD6EE
Text Example
Text Example
White with #FFD6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6EE; }
p { color: rgb(255,214,238); }
H1.HeaderClassName
{
color: #FFD6EE;
}
.AnyTagClassName
{
color: #FFD6EE;
}
</style>
background-color css
<style>
a { background-color: #FFD6EE; }
a { background-color: rgb(255,214,238); }
div.DivClassName
{
background-color: #FFD6EE;
}
.BgClassName
{
background-color: #FFD6EE;
}
</style>
border-color css
<style>
span { border-color: #FFD6EE; }
span { border-color: rgb(255,214,238); }
td.TdClassName
{
border-color: #FFD6EE;
}
.TagClassName
{
border-color: #FFD6EE;
}
</style>