Shades of Pig Pink #FFDBF0
Tints of Pig Pink #FFDBF0
RGB
CMYK
RGB Variations
Color information
#FFDBF0 (or 0xFFDBF0) is known color: Pig Pink. HEX triplet: FF, DB and F0. RGB value is (255,219,240). Sum of RGB (Red+Green+Blue) = 255+219+240=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 219 (85.94% from 255 or 30.67% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBF0 is #00240F. Grayscale: #E8E8E8. Windows color (decimal): -9232 or 15784959. OLE color: 15784959.
HSL color Cylindrical-coordinate representation of color #FFDBF0: hue angle of 325º 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 #FFDBF0 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 240 | - |
| CMYK | 0 | 0.14 | 0.06 | 0 |
| HSL | 325º | 1% | 0.93% | - |
| HSV(B) | 325º | 0.14% | 1% | - |
| XYZ | 82.3 | 78.21 | 93.2 | - |
| YUV | 232.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 240 | 0 | 0.14 | 0.06 | 0 | 325 | 1 | 0.93 |
| Hex | FF | DB | F0 | 0 | E | 6 | 0 | 145 | 64 | 5D |
| Octal | 377 | 333 | 360 | 0 | 16 | 6 | 0 | 505 | 144 | 135 |
| Binary | 11111111 | 11011011 | 11110000 | 0 | 1110 | 110 | 0 | 101000101 | 1100100 | 1011101 |
Color Harmonies of #FFDBF0
Complementary color
Monochromatic Colors of #FFDBF0
Black with #FFDBF0
Text Example
Text Example
White with #FFDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBF0; }
p { color: rgb(255,219,240); }
H1.HeaderClassName
{
color: #FFDBF0;
}
.AnyTagClassName
{
color: #FFDBF0;
}
</style>
background-color css
<style>
a { background-color: #FFDBF0; }
a { background-color: rgb(255,219,240); }
div.DivClassName
{
background-color: #FFDBF0;
}
.BgClassName
{
background-color: #FFDBF0;
}
</style>
border-color css
<style>
span { border-color: #FFDBF0; }
span { border-color: rgb(255,219,240); }
td.TdClassName
{
border-color: #FFDBF0;
}
.TagClassName
{
border-color: #FFDBF0;
}
</style>