Shades of Pig Pink #FFDCEB
Tints of Pig Pink #FFDCEB
RGB
CMYK
RGB Variations
Color information
#FFDCEB (or 0xFFDCEB) is known color: Pig Pink. HEX triplet: FF, DC and EB. RGB value is (255,220,235). Sum of RGB (Red+Green+Blue) = 255+220+235=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 235 (92.19% from 255 or 33.10% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCEB is #002314. Grayscale: #E8E8E8. Windows color (decimal): -8981 or 15457535. OLE color: 15457535.
HSL color Cylindrical-coordinate representation of color #FFDCEB: hue angle of 334.29º 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 #FFDCEB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 235 | - |
| CMYK | 0 | 0.14 | 0.08 | 0 |
| HSL | 334.29º | 1% | 0.93% | - |
| HSV(B) | 334.29º | 0.14% | 1% | - |
| XYZ | 81.83 | 78.44 | 89.43 | - |
| YUV | 232.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 235 | 0 | 0.14 | 0.08 | 0 | 334.29 | 1 | 0.93 |
| Hex | FF | DC | EB | 0 | E | 8 | 0 | 14E | 64 | 5D |
| Octal | 377 | 334 | 353 | 0 | 16 | 10 | 0 | 516 | 144 | 135 |
| Binary | 11111111 | 11011100 | 11101011 | 0 | 1110 | 1000 | 0 | 101001110 | 1100100 | 1011101 |
Color Harmonies of #FFDCEB
Complementary color
Monochromatic Colors of #FFDCEB
Black with #FFDCEB
Text Example
Text Example
White with #FFDCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCEB; }
p { color: rgb(255,220,235); }
H1.HeaderClassName
{
color: #FFDCEB;
}
.AnyTagClassName
{
color: #FFDCEB;
}
</style>
background-color css
<style>
a { background-color: #FFDCEB; }
a { background-color: rgb(255,220,235); }
div.DivClassName
{
background-color: #FFDCEB;
}
.BgClassName
{
background-color: #FFDCEB;
}
</style>
border-color css
<style>
span { border-color: #FFDCEB; }
span { border-color: rgb(255,220,235); }
td.TdClassName
{
border-color: #FFDCEB;
}
.TagClassName
{
border-color: #FFDCEB;
}
</style>