Shades of Pig Pink #FFDBF1
Tints of Pig Pink #FFDBF1
RGB
CMYK
RGB Variations
Color information
#FFDBF1 (or 0xFFDBF1) is known color: Pig Pink. HEX triplet: FF, DB and F1. RGB value is (255,219,241). Sum of RGB (Red+Green+Blue) = 255+219+241=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 219 (85.94% from 255 or 30.63% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBF1 is #00240E. Grayscale: #E8E8E8. Windows color (decimal): -9231 or 15850495. OLE color: 15850495.
HSL color Cylindrical-coordinate representation of color #FFDBF1: hue angle of 323.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDBF1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 241 | - |
| CMYK | 0 | 0.14 | 0.05 | 0 |
| HSL | 323.33º | 1% | 0.93% | - |
| HSV(B) | 323.33º | 0.14% | 1% | - |
| XYZ | 82.45 | 78.27 | 93.98 | - |
| YUV | 232.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 241 | 0 | 0.14 | 0.05 | 0 | 323.33 | 1 | 0.93 |
| Hex | FF | DB | F1 | 0 | E | 5 | 0 | 143 | 64 | 5D |
| Octal | 377 | 333 | 361 | 0 | 16 | 5 | 0 | 503 | 144 | 135 |
| Binary | 11111111 | 11011011 | 11110001 | 0 | 1110 | 101 | 0 | 101000011 | 1100100 | 1011101 |
Color Harmonies of #FFDBF1
Complementary color
Monochromatic Colors of #FFDBF1
Black with #FFDBF1
Text Example
Text Example
White with #FFDBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBF1; }
p { color: rgb(255,219,241); }
H1.HeaderClassName
{
color: #FFDBF1;
}
.AnyTagClassName
{
color: #FFDBF1;
}
</style>
background-color css
<style>
a { background-color: #FFDBF1; }
a { background-color: rgb(255,219,241); }
div.DivClassName
{
background-color: #FFDBF1;
}
.BgClassName
{
background-color: #FFDBF1;
}
</style>
border-color css
<style>
span { border-color: #FFDBF1; }
span { border-color: rgb(255,219,241); }
td.TdClassName
{
border-color: #FFDBF1;
}
.TagClassName
{
border-color: #FFDBF1;
}
</style>