Shades of Pig Pink #FFDEF1
Tints of Pig Pink #FFDEF1
RGB
CMYK
RGB Variations
Color information
#FFDEF1 (or 0xFFDEF1) is known color: Pig Pink. HEX triplet: FF, DE and F1. RGB value is (255,222,241). Sum of RGB (Red+Green+Blue) = 255+222+241=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 222 (87.11% from 255 or 30.92% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEF1 is #00210E. Grayscale: #E9E9E9. Windows color (decimal): -8463 or 15851263. OLE color: 15851263.
HSL color Cylindrical-coordinate representation of color #FFDEF1: hue angle of 325.45º 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 #FFDEF1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 241 | - |
| CMYK | 0 | 0.13 | 0.05 | 0 |
| HSL | 325.45º | 1% | 0.94% | - |
| HSV(B) | 325.45º | 0.13% | 1% | - |
| XYZ | 83.24 | 79.85 | 94.25 | - |
| YUV | 234.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 241 | 0 | 0.13 | 0.05 | 0 | 325.45 | 1 | 0.94 |
| Hex | FF | DE | F1 | 0 | D | 5 | 0 | 145 | 64 | 5E |
| Octal | 377 | 336 | 361 | 0 | 15 | 5 | 0 | 505 | 144 | 136 |
| Binary | 11111111 | 11011110 | 11110001 | 0 | 1101 | 101 | 0 | 101000101 | 1100100 | 1011110 |
Color Harmonies of #FFDEF1
Complementary color
Monochromatic Colors of #FFDEF1
Black with #FFDEF1
Text Example
Text Example
White with #FFDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEF1; }
p { color: rgb(255,222,241); }
H1.HeaderClassName
{
color: #FFDEF1;
}
.AnyTagClassName
{
color: #FFDEF1;
}
</style>
background-color css
<style>
a { background-color: #FFDEF1; }
a { background-color: rgb(255,222,241); }
div.DivClassName
{
background-color: #FFDEF1;
}
.BgClassName
{
background-color: #FFDEF1;
}
</style>
border-color css
<style>
span { border-color: #FFDEF1; }
span { border-color: rgb(255,222,241); }
td.TdClassName
{
border-color: #FFDEF1;
}
.TagClassName
{
border-color: #FFDEF1;
}
</style>