Shades of Pig Pink #FFD8E6
Tints of Pig Pink #FFD8E6
RGB
CMYK
RGB Variations
Color information
#FFD8E6 (or 0xFFD8E6) is known color: Pig Pink. HEX triplet: FF, D8 and E6. RGB value is (255,216,230). Sum of RGB (Red+Green+Blue) = 255+216+230=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 216 (84.77% from 255 or 30.81% from 701); Blue value is 230 (90.23% from 255 or 32.81% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD8E6 is #002719. Grayscale: #E5E5E5. Windows color (decimal): -10010 or 15128831. OLE color: 15128831.
HSL color Cylindrical-coordinate representation of color #FFD8E6: hue angle of 338.46º 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 #FFD8E6 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 230 | - |
| CMYK | 0 | 0.15 | 0.10 | 0 |
| HSL | 338.46º | 1% | 0.92% | - |
| HSV(B) | 338.46º | 0.15% | 1% | - |
| XYZ | 80.08 | 76.08 | 85.33 | - |
| YUV | 229.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 230 | 0 | 0.15 | 0.10 | 0 | 338.46 | 1 | 0.92 |
| Hex | FF | D8 | E6 | 0 | F | A | 0 | 152 | 64 | 5C |
| Octal | 377 | 330 | 346 | 0 | 17 | 12 | 0 | 522 | 144 | 134 |
| Binary | 11111111 | 11011000 | 11100110 | 0 | 1111 | 1010 | 0 | 101010010 | 1100100 | 1011100 |
Color Harmonies of #FFD8E6
Complementary color
Monochromatic Colors of #FFD8E6
Black with #FFD8E6
Text Example
Text Example
White with #FFD8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8E6; }
p { color: rgb(255,216,230); }
H1.HeaderClassName
{
color: #FFD8E6;
}
.AnyTagClassName
{
color: #FFD8E6;
}
</style>
background-color css
<style>
a { background-color: #FFD8E6; }
a { background-color: rgb(255,216,230); }
div.DivClassName
{
background-color: #FFD8E6;
}
.BgClassName
{
background-color: #FFD8E6;
}
</style>
border-color css
<style>
span { border-color: #FFD8E6; }
span { border-color: rgb(255,216,230); }
td.TdClassName
{
border-color: #FFD8E6;
}
.TagClassName
{
border-color: #FFD8E6;
}
</style>