Shades of Pig Pink #FFD8F6
Tints of Pig Pink #FFD8F6
RGB
CMYK
RGB Variations
Color information
#FFD8F6 (or 0xFFD8F6) is known color: Pig Pink. HEX triplet: FF, D8 and F6. RGB value is (255,216,246). Sum of RGB (Red+Green+Blue) = 255+216+246=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 216 (84.77% from 255 or 30.13% from 717); Blue value is 246 (96.48% from 255 or 34.31% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD8F6 is #002709. Grayscale: #E7E7E7. Windows color (decimal): -9994 or 16177407. OLE color: 16177407.
HSL color Cylindrical-coordinate representation of color #FFD8F6: hue angle of 313.85º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD8F6 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 246 | - |
| CMYK | 0 | 0.15 | 0.04 | 0 |
| HSL | 313.85º | 1% | 0.92% | - |
| HSV(B) | 313.85º | 0.15% | 1% | - |
| XYZ | 82.43 | 77.03 | 97.71 | - |
| YUV | 231.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 246 | 0 | 0.15 | 0.04 | 0 | 313.85 | 1 | 0.92 |
| Hex | FF | D8 | F6 | 0 | F | 4 | 0 | 13A | 64 | 5C |
| Octal | 377 | 330 | 366 | 0 | 17 | 4 | 0 | 472 | 144 | 134 |
| Binary | 11111111 | 11011000 | 11110110 | 0 | 1111 | 100 | 0 | 100111010 | 1100100 | 1011100 |
Color Harmonies of #FFD8F6
Complementary color
Monochromatic Colors of #FFD8F6
Black with #FFD8F6
Text Example
Text Example
White with #FFD8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8F6; }
p { color: rgb(255,216,246); }
H1.HeaderClassName
{
color: #FFD8F6;
}
.AnyTagClassName
{
color: #FFD8F6;
}
</style>
background-color css
<style>
a { background-color: #FFD8F6; }
a { background-color: rgb(255,216,246); }
div.DivClassName
{
background-color: #FFD8F6;
}
.BgClassName
{
background-color: #FFD8F6;
}
</style>
border-color css
<style>
span { border-color: #FFD8F6; }
span { border-color: rgb(255,216,246); }
td.TdClassName
{
border-color: #FFD8F6;
}
.TagClassName
{
border-color: #FFD8F6;
}
</style>