Shades of Pig Pink #FFDBF5
Tints of Pig Pink #FFDBF5
RGB
CMYK
RGB Variations
Color information
#FFDBF5 (or 0xFFDBF5) is known color: Pig Pink. HEX triplet: FF, DB and F5. RGB value is (255,219,245). Sum of RGB (Red+Green+Blue) = 255+219+245=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 219 (85.94% from 255 or 30.46% from 719); Blue value is 245 (96.09% from 255 or 34.08% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBF5 is #00240A. Grayscale: #E8E8E8. Windows color (decimal): -9227 or 16112639. OLE color: 16112639.
HSL color Cylindrical-coordinate representation of color #FFDBF5: hue angle of 316.67º 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 #FFDBF5 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 245 | - |
| CMYK | 0 | 0.14 | 0.04 | 0 |
| HSL | 316.67º | 1% | 0.93% | - |
| HSV(B) | 316.67º | 0.14% | 1% | - |
| XYZ | 83.05 | 78.52 | 97.16 | - |
| YUV | 232.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 245 | 0 | 0.14 | 0.04 | 0 | 316.67 | 1 | 0.93 |
| Hex | FF | DB | F5 | 0 | E | 4 | 0 | 13D | 64 | 5D |
| Octal | 377 | 333 | 365 | 0 | 16 | 4 | 0 | 475 | 144 | 135 |
| Binary | 11111111 | 11011011 | 11110101 | 0 | 1110 | 100 | 0 | 100111101 | 1100100 | 1011101 |
Color Harmonies of #FFDBF5
Complementary color
Monochromatic Colors of #FFDBF5
Black with #FFDBF5
Text Example
Text Example
White with #FFDBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBF5; }
p { color: rgb(255,219,245); }
H1.HeaderClassName
{
color: #FFDBF5;
}
.AnyTagClassName
{
color: #FFDBF5;
}
</style>
background-color css
<style>
a { background-color: #FFDBF5; }
a { background-color: rgb(255,219,245); }
div.DivClassName
{
background-color: #FFDBF5;
}
.BgClassName
{
background-color: #FFDBF5;
}
</style>
border-color css
<style>
span { border-color: #FFDBF5; }
span { border-color: rgb(255,219,245); }
td.TdClassName
{
border-color: #FFDBF5;
}
.TagClassName
{
border-color: #FFDBF5;
}
</style>