Shades of Pig Pink #FFDBF4
Tints of Pig Pink #FFDBF4
RGB
CMYK
RGB Variations
Color information
#FFDBF4 (or 0xFFDBF4) is known color: Pig Pink. HEX triplet: FF, DB and F4. RGB value is (255,219,244). Sum of RGB (Red+Green+Blue) = 255+219+244=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 219 (85.94% from 255 or 30.50% from 718); Blue value is 244 (95.70% from 255 or 33.98% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBF4 is #00240B. Grayscale: #E8E8E8. Windows color (decimal): -9228 or 16047103. OLE color: 16047103.
HSL color Cylindrical-coordinate representation of color #FFDBF4: hue angle of 318.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 #FFDBF4 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 244 | - |
| CMYK | 0 | 0.14 | 0.04 | 0 |
| HSL | 318.33º | 1% | 0.93% | - |
| HSV(B) | 318.33º | 0.14% | 1% | - |
| XYZ | 82.9 | 78.45 | 96.36 | - |
| YUV | 232.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 244 | 0 | 0.14 | 0.04 | 0 | 318.33 | 1 | 0.93 |
| Hex | FF | DB | F4 | 0 | E | 4 | 0 | 13E | 64 | 5D |
| Octal | 377 | 333 | 364 | 0 | 16 | 4 | 0 | 476 | 144 | 135 |
| Binary | 11111111 | 11011011 | 11110100 | 0 | 1110 | 100 | 0 | 100111110 | 1100100 | 1011101 |
Color Harmonies of #FFDBF4
Complementary color
Monochromatic Colors of #FFDBF4
Black with #FFDBF4
Text Example
Text Example
White with #FFDBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBF4; }
p { color: rgb(255,219,244); }
H1.HeaderClassName
{
color: #FFDBF4;
}
.AnyTagClassName
{
color: #FFDBF4;
}
</style>
background-color css
<style>
a { background-color: #FFDBF4; }
a { background-color: rgb(255,219,244); }
div.DivClassName
{
background-color: #FFDBF4;
}
.BgClassName
{
background-color: #FFDBF4;
}
</style>
border-color css
<style>
span { border-color: #FFDBF4; }
span { border-color: rgb(255,219,244); }
td.TdClassName
{
border-color: #FFDBF4;
}
.TagClassName
{
border-color: #FFDBF4;
}
</style>