Shades of Pig Pink #FFDBF6
Tints of Pig Pink #FFDBF6
RGB
CMYK
RGB Variations
Color information
#FFDBF6 (or 0xFFDBF6) is known color: Pig Pink. HEX triplet: FF, DB and F6. RGB value is (255,219,246). Sum of RGB (Red+Green+Blue) = 255+219+246=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 219 (85.94% from 255 or 30.42% from 720); Blue value is 246 (96.48% from 255 or 34.17% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBF6 is #002409. Grayscale: #E8E8E8. Windows color (decimal): -9226 or 16178175. OLE color: 16178175.
HSL color Cylindrical-coordinate representation of color #FFDBF6: hue angle of 315º 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 #FFDBF6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 246 | - |
| CMYK | 0 | 0.14 | 0.04 | 0 |
| HSL | 315º | 1% | 0.93% | - |
| HSV(B) | 315º | 0.14% | 1% | - |
| XYZ | 83.21 | 78.58 | 97.97 | - |
| YUV | 232.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 246 | 0 | 0.14 | 0.04 | 0 | 315 | 1 | 0.93 |
| Hex | FF | DB | F6 | 0 | E | 4 | 0 | 13B | 64 | 5D |
| Octal | 377 | 333 | 366 | 0 | 16 | 4 | 0 | 473 | 144 | 135 |
| Binary | 11111111 | 11011011 | 11110110 | 0 | 1110 | 100 | 0 | 100111011 | 1100100 | 1011101 |
Color Harmonies of #FFDBF6
Complementary color
Monochromatic Colors of #FFDBF6
Black with #FFDBF6
Text Example
Text Example
White with #FFDBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBF6; }
p { color: rgb(255,219,246); }
H1.HeaderClassName
{
color: #FFDBF6;
}
.AnyTagClassName
{
color: #FFDBF6;
}
</style>
background-color css
<style>
a { background-color: #FFDBF6; }
a { background-color: rgb(255,219,246); }
div.DivClassName
{
background-color: #FFDBF6;
}
.BgClassName
{
background-color: #FFDBF6;
}
</style>
border-color css
<style>
span { border-color: #FFDBF6; }
span { border-color: rgb(255,219,246); }
td.TdClassName
{
border-color: #FFDBF6;
}
.TagClassName
{
border-color: #FFDBF6;
}
</style>