Shades of Pig Pink #FBD3DF
Tints of Pig Pink #FBD3DF
RGB
CMYK
RGB Variations
Color information
#FBD3DF (or 0xFBD3DF) is known color: Pig Pink. HEX triplet: FB, D3 and DF. RGB value is (251,211,223). Sum of RGB (Red+Green+Blue) = 251+211+223=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 211 (82.81% from 255 or 30.80% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD3DF is #042C20. Grayscale: #E0E0E0. Windows color (decimal): -273441 or 14668795. OLE color: 14668795.
HSL color Cylindrical-coordinate representation of color #FBD3DF: hue angle of 342º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBD3DF is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 211 | 223 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.02 |
| HSL | 342º | 0.83% | 0.91% | - |
| HSV(B) | 342º | 0.16% | 0.98% | - |
| XYZ | 76.4 | 72.43 | 79.76 | - |
| YUV | 224.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 211 | 223 | 0 | 0.16 | 0.11 | 0.02 | 342 | 0.83 | 0.91 |
| Hex | FB | D3 | DF | 0 | 10 | B | 2 | 156 | 53 | 5B |
| Octal | 373 | 323 | 337 | 0 | 20 | 13 | 2 | 526 | 123 | 133 |
| Binary | 11111011 | 11010011 | 11011111 | 0 | 10000 | 1011 | 10 | 101010110 | 1010011 | 1011011 |
Color Harmonies of #FBD3DF
Complementary color
Monochromatic Colors of #FBD3DF
Black with #FBD3DF
Text Example
Text Example
White with #FBD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD3DF; }
p { color: rgb(251,211,223); }
H1.HeaderClassName
{
color: #FBD3DF;
}
.AnyTagClassName
{
color: #FBD3DF;
}
</style>
background-color css
<style>
a { background-color: #FBD3DF; }
a { background-color: rgb(251,211,223); }
div.DivClassName
{
background-color: #FBD3DF;
}
.BgClassName
{
background-color: #FBD3DF;
}
</style>
border-color css
<style>
span { border-color: #FBD3DF; }
span { border-color: rgb(251,211,223); }
td.TdClassName
{
border-color: #FBD3DF;
}
.TagClassName
{
border-color: #FBD3DF;
}
</style>