Shades of Pig Pink #FFDBE6
Tints of Pig Pink #FFDBE6
RGB
CMYK
RGB Variations
Color information
#FFDBE6 (or 0xFFDBE6) is known color: Pig Pink. HEX triplet: FF, DB and E6. RGB value is (255,219,230). Sum of RGB (Red+Green+Blue) = 255+219+230=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 230 (90.23% from 255 or 32.67% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBE6 is #002419. Grayscale: #E7E7E7. Windows color (decimal): -9242 or 15129599. OLE color: 15129599.
HSL color Cylindrical-coordinate representation of color #FFDBE6: hue angle of 341.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDBE6 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 230 | - |
| CMYK | 0 | 0.14 | 0.10 | 0 |
| HSL | 341.67º | 1% | 0.93% | - |
| HSV(B) | 341.67º | 0.14% | 1% | - |
| XYZ | 80.85 | 77.64 | 85.59 | - |
| YUV | 231.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 230 | 0 | 0.14 | 0.10 | 0 | 341.67 | 1 | 0.93 |
| Hex | FF | DB | E6 | 0 | E | A | 0 | 156 | 64 | 5D |
| Octal | 377 | 333 | 346 | 0 | 16 | 12 | 0 | 526 | 144 | 135 |
| Binary | 11111111 | 11011011 | 11100110 | 0 | 1110 | 1010 | 0 | 101010110 | 1100100 | 1011101 |
Color Harmonies of #FFDBE6
Complementary color
Monochromatic Colors of #FFDBE6
Black with #FFDBE6
Text Example
Text Example
White with #FFDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBE6; }
p { color: rgb(255,219,230); }
H1.HeaderClassName
{
color: #FFDBE6;
}
.AnyTagClassName
{
color: #FFDBE6;
}
</style>
background-color css
<style>
a { background-color: #FFDBE6; }
a { background-color: rgb(255,219,230); }
div.DivClassName
{
background-color: #FFDBE6;
}
.BgClassName
{
background-color: #FFDBE6;
}
</style>
border-color css
<style>
span { border-color: #FFDBE6; }
span { border-color: rgb(255,219,230); }
td.TdClassName
{
border-color: #FFDBE6;
}
.TagClassName
{
border-color: #FFDBE6;
}
</style>