Shades of Pig Pink #FFDFEB
Tints of Pig Pink #FFDFEB
RGB
CMYK
RGB Variations
Color information
#FFDFEB (or 0xFFDFEB) is known color: Pig Pink. HEX triplet: FF, DF and EB. RGB value is (255,223,235). Sum of RGB (Red+Green+Blue) = 255+223+235=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 235 (92.19% from 255 or 32.96% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFEB is #002014. Grayscale: #E9E9E9. Windows color (decimal): -8213 or 15458303. OLE color: 15458303.
HSL color Cylindrical-coordinate representation of color #FFDFEB: hue angle of 337.5º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDFEB is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 235 | - |
| CMYK | 0 | 0.13 | 0.08 | 0 |
| HSL | 337.5º | 1% | 0.94% | - |
| HSV(B) | 337.5º | 0.13% | 1% | - |
| XYZ | 82.62 | 80.03 | 89.69 | - |
| YUV | 233.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 235 | 0 | 0.13 | 0.08 | 0 | 337.5 | 1 | 0.94 |
| Hex | FF | DF | EB | 0 | D | 8 | 0 | 152 | 64 | 5E |
| Octal | 377 | 337 | 353 | 0 | 15 | 10 | 0 | 522 | 144 | 136 |
| Binary | 11111111 | 11011111 | 11101011 | 0 | 1101 | 1000 | 0 | 101010010 | 1100100 | 1011110 |
Color Harmonies of #FFDFEB
Complementary color
Monochromatic Colors of #FFDFEB
Black with #FFDFEB
Text Example
Text Example
White with #FFDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFEB; }
p { color: rgb(255,223,235); }
H1.HeaderClassName
{
color: #FFDFEB;
}
.AnyTagClassName
{
color: #FFDFEB;
}
</style>
background-color css
<style>
a { background-color: #FFDFEB; }
a { background-color: rgb(255,223,235); }
div.DivClassName
{
background-color: #FFDFEB;
}
.BgClassName
{
background-color: #FFDFEB;
}
</style>
border-color css
<style>
span { border-color: #FFDFEB; }
span { border-color: rgb(255,223,235); }
td.TdClassName
{
border-color: #FFDFEB;
}
.TagClassName
{
border-color: #FFDFEB;
}
</style>