Shades of Pig Pink #FFDEF0
Tints of Pig Pink #FFDEF0
RGB
CMYK
RGB Variations
Color information
#FFDEF0 (or 0xFFDEF0) is known color: Pig Pink. HEX triplet: FF, DE and F0. RGB value is (255,222,240). Sum of RGB (Red+Green+Blue) = 255+222+240=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 222 (87.11% from 255 or 30.96% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEF0 is #00210F. Grayscale: #E9E9E9. Windows color (decimal): -8464 or 15785727. OLE color: 15785727.
HSL color Cylindrical-coordinate representation of color #FFDEF0: hue angle of 327.27º 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 #FFDEF0 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 240 | - |
| CMYK | 0 | 0.13 | 0.06 | 0 |
| HSL | 327.27º | 1% | 0.94% | - |
| HSV(B) | 327.27º | 0.13% | 1% | - |
| XYZ | 83.09 | 79.79 | 93.46 | - |
| YUV | 233.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 240 | 0 | 0.13 | 0.06 | 0 | 327.27 | 1 | 0.94 |
| Hex | FF | DE | F0 | 0 | D | 6 | 0 | 147 | 64 | 5E |
| Octal | 377 | 336 | 360 | 0 | 15 | 6 | 0 | 507 | 144 | 136 |
| Binary | 11111111 | 11011110 | 11110000 | 0 | 1101 | 110 | 0 | 101000111 | 1100100 | 1011110 |
Color Harmonies of #FFDEF0
Complementary color
Monochromatic Colors of #FFDEF0
Black with #FFDEF0
Text Example
Text Example
White with #FFDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEF0; }
p { color: rgb(255,222,240); }
H1.HeaderClassName
{
color: #FFDEF0;
}
.AnyTagClassName
{
color: #FFDEF0;
}
</style>
background-color css
<style>
a { background-color: #FFDEF0; }
a { background-color: rgb(255,222,240); }
div.DivClassName
{
background-color: #FFDEF0;
}
.BgClassName
{
background-color: #FFDEF0;
}
</style>
border-color css
<style>
span { border-color: #FFDEF0; }
span { border-color: rgb(255,222,240); }
td.TdClassName
{
border-color: #FFDEF0;
}
.TagClassName
{
border-color: #FFDEF0;
}
</style>