Shades of Pig Pink #FFDFF1
Tints of Pig Pink #FFDFF1
RGB
CMYK
RGB Variations
Color information
#FFDFF1 (or 0xFFDFF1) is known color: Pig Pink. HEX triplet: FF, DF and F1. RGB value is (255,223,241). Sum of RGB (Red+Green+Blue) = 255+223+241=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 223 (87.5% from 255 or 31.02% from 719); Blue value is 241 (94.53% from 255 or 33.52% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFF1 is #00200E. Grayscale: #EAEAEA. Windows color (decimal): -8207 or 15851519. OLE color: 15851519.
HSL color Cylindrical-coordinate representation of color #FFDFF1: hue angle of 326.25º 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 #FFDFF1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 241 | - |
| CMYK | 0 | 0.13 | 0.05 | 0 |
| HSL | 326.25º | 1% | 0.94% | - |
| HSV(B) | 326.25º | 0.13% | 1% | - |
| XYZ | 83.5 | 80.39 | 94.33 | - |
| YUV | 234.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 241 | 0 | 0.13 | 0.05 | 0 | 326.25 | 1 | 0.94 |
| Hex | FF | DF | F1 | 0 | D | 5 | 0 | 146 | 64 | 5E |
| Octal | 377 | 337 | 361 | 0 | 15 | 5 | 0 | 506 | 144 | 136 |
| Binary | 11111111 | 11011111 | 11110001 | 0 | 1101 | 101 | 0 | 101000110 | 1100100 | 1011110 |
Color Harmonies of #FFDFF1
Complementary color
Monochromatic Colors of #FFDFF1
Black with #FFDFF1
Text Example
Text Example
White with #FFDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFF1; }
p { color: rgb(255,223,241); }
H1.HeaderClassName
{
color: #FFDFF1;
}
.AnyTagClassName
{
color: #FFDFF1;
}
</style>
background-color css
<style>
a { background-color: #FFDFF1; }
a { background-color: rgb(255,223,241); }
div.DivClassName
{
background-color: #FFDFF1;
}
.BgClassName
{
background-color: #FFDFF1;
}
</style>
border-color css
<style>
span { border-color: #FFDFF1; }
span { border-color: rgb(255,223,241); }
td.TdClassName
{
border-color: #FFDFF1;
}
.TagClassName
{
border-color: #FFDFF1;
}
</style>