Shades of Pig Pink #FFDEF2
Tints of Pig Pink #FFDEF2
RGB
CMYK
RGB Variations
Color information
#FFDEF2 (or 0xFFDEF2) is known color: Pig Pink. HEX triplet: FF, DE and F2. RGB value is (255,222,242). Sum of RGB (Red+Green+Blue) = 255+222+242=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 222 (87.11% from 255 or 30.88% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEF2 is #00210D. Grayscale: #EAEAEA. Windows color (decimal): -8462 or 15916799. OLE color: 15916799.
HSL color Cylindrical-coordinate representation of color #FFDEF2: hue angle of 323.64º 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 #FFDEF2 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 242 | - |
| CMYK | 0 | 0.13 | 0.05 | 0 |
| HSL | 323.64º | 1% | 0.94% | - |
| HSV(B) | 323.64º | 0.13% | 1% | - |
| XYZ | 83.39 | 79.91 | 95.03 | - |
| YUV | 234.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 242 | 0 | 0.13 | 0.05 | 0 | 323.64 | 1 | 0.94 |
| Hex | FF | DE | F2 | 0 | D | 5 | 0 | 144 | 64 | 5E |
| Octal | 377 | 336 | 362 | 0 | 15 | 5 | 0 | 504 | 144 | 136 |
| Binary | 11111111 | 11011110 | 11110010 | 0 | 1101 | 101 | 0 | 101000100 | 1100100 | 1011110 |
Color Harmonies of #FFDEF2
Complementary color
Monochromatic Colors of #FFDEF2
Black with #FFDEF2
Text Example
Text Example
White with #FFDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDEF2; }
p { color: rgb(255,222,242); }
H1.HeaderClassName
{
color: #FFDEF2;
}
.AnyTagClassName
{
color: #FFDEF2;
}
</style>
background-color css
<style>
a { background-color: #FFDEF2; }
a { background-color: rgb(255,222,242); }
div.DivClassName
{
background-color: #FFDEF2;
}
.BgClassName
{
background-color: #FFDEF2;
}
</style>
border-color css
<style>
span { border-color: #FFDEF2; }
span { border-color: rgb(255,222,242); }
td.TdClassName
{
border-color: #FFDEF2;
}
.TagClassName
{
border-color: #FFDEF2;
}
</style>