Shades of Pig Pink #FFDBF3
Tints of Pig Pink #FFDBF3
RGB
CMYK
RGB Variations
Color information
#FFDBF3 (or 0xFFDBF3) is known color: Pig Pink. HEX triplet: FF, DB and F3. RGB value is (255,219,243). Sum of RGB (Red+Green+Blue) = 255+219+243=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 219 (85.94% from 255 or 30.54% from 717); Blue value is 243 (95.31% from 255 or 33.89% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBF3 is #00240C. Grayscale: #E8E8E8. Windows color (decimal): -9229 or 15981567. OLE color: 15981567.
HSL color Cylindrical-coordinate representation of color #FFDBF3: hue angle of 320º 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 #FFDBF3 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 243 | - |
| CMYK | 0 | 0.14 | 0.05 | 0 |
| HSL | 320º | 1% | 0.93% | - |
| HSV(B) | 320º | 0.14% | 1% | - |
| XYZ | 82.75 | 78.39 | 95.56 | - |
| YUV | 232.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 243 | 0 | 0.14 | 0.05 | 0 | 320 | 1 | 0.93 |
| Hex | FF | DB | F3 | 0 | E | 5 | 0 | 140 | 64 | 5D |
| Octal | 377 | 333 | 363 | 0 | 16 | 5 | 0 | 500 | 144 | 135 |
| Binary | 11111111 | 11011011 | 11110011 | 0 | 1110 | 101 | 0 | 101000000 | 1100100 | 1011101 |
Color Harmonies of #FFDBF3
Complementary color
Monochromatic Colors of #FFDBF3
Black with #FFDBF3
Text Example
Text Example
White with #FFDBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBF3; }
p { color: rgb(255,219,243); }
H1.HeaderClassName
{
color: #FFDBF3;
}
.AnyTagClassName
{
color: #FFDBF3;
}
</style>
background-color css
<style>
a { background-color: #FFDBF3; }
a { background-color: rgb(255,219,243); }
div.DivClassName
{
background-color: #FFDBF3;
}
.BgClassName
{
background-color: #FFDBF3;
}
</style>
border-color css
<style>
span { border-color: #FFDBF3; }
span { border-color: rgb(255,219,243); }
td.TdClassName
{
border-color: #FFDBF3;
}
.TagClassName
{
border-color: #FFDBF3;
}
</style>