Shades of Pig Pink #FFD0E6
Tints of Pig Pink #FFD0E6
RGB
CMYK
RGB Variations
Color information
#FFD0E6 (or 0xFFD0E6) is known color: Pig Pink. HEX triplet: FF, D0 and E6. RGB value is (255,208,230). Sum of RGB (Red+Green+Blue) = 255+208+230=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 208 (81.64% from 255 or 30.01% from 693); Blue value is 230 (90.23% from 255 or 33.19% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD0E6 is #002F19. Grayscale: #E0E0E0. Windows color (decimal): -12058 or 15126783. OLE color: 15126783.
HSL color Cylindrical-coordinate representation of color #FFD0E6: hue angle of 331.91º 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 #FFD0E6 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 230 | - |
| CMYK | 0 | 0.18 | 0.10 | 0 |
| HSL | 331.91º | 1% | 0.91% | - |
| HSV(B) | 331.91º | 0.18% | 1% | - |
| XYZ | 78.08 | 72.08 | 84.66 | - |
| YUV | 224.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 230 | 0 | 0.18 | 0.10 | 0 | 331.91 | 1 | 0.91 |
| Hex | FF | D0 | E6 | 0 | 12 | A | 0 | 14C | 64 | 5B |
| Octal | 377 | 320 | 346 | 0 | 22 | 12 | 0 | 514 | 144 | 133 |
| Binary | 11111111 | 11010000 | 11100110 | 0 | 10010 | 1010 | 0 | 101001100 | 1100100 | 1011011 |
Color Harmonies of #FFD0E6
Complementary color
Monochromatic Colors of #FFD0E6
Black with #FFD0E6
Text Example
Text Example
White with #FFD0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0E6; }
p { color: rgb(255,208,230); }
H1.HeaderClassName
{
color: #FFD0E6;
}
.AnyTagClassName
{
color: #FFD0E6;
}
</style>
background-color css
<style>
a { background-color: #FFD0E6; }
a { background-color: rgb(255,208,230); }
div.DivClassName
{
background-color: #FFD0E6;
}
.BgClassName
{
background-color: #FFD0E6;
}
</style>
border-color css
<style>
span { border-color: #FFD0E6; }
span { border-color: rgb(255,208,230); }
td.TdClassName
{
border-color: #FFD0E6;
}
.TagClassName
{
border-color: #FFD0E6;
}
</style>