Shades of Pig Pink #FBD1DE
Tints of Pig Pink #FBD1DE
RGB
CMYK
RGB Variations
Color information
#FBD1DE (or 0xFBD1DE) is known color: Pig Pink. HEX triplet: FB, D1 and DE. RGB value is (251,209,222). Sum of RGB (Red+Green+Blue) = 251+209+222=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1DE is #042E21. Grayscale: #DFDFDF. Windows color (decimal): -273954 or 14602747. OLE color: 14602747.
HSL color Cylindrical-coordinate representation of color #FBD1DE: hue angle of 341.43º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD1DE is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 209 | 222 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.02 |
| HSL | 341.43º | 0.84% | 0.9% | - |
| HSV(B) | 341.43º | 0.17% | 0.98% | - |
| XYZ | 75.77 | 71.38 | 78.89 | - |
| YUV | 223.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 209 | 222 | 0 | 0.17 | 0.12 | 0.02 | 341.43 | 0.84 | 0.9 |
| Hex | FB | D1 | DE | 0 | 11 | C | 2 | 155 | 54 | 5A |
| Octal | 373 | 321 | 336 | 0 | 21 | 14 | 2 | 525 | 124 | 132 |
| Binary | 11111011 | 11010001 | 11011110 | 0 | 10001 | 1100 | 10 | 101010101 | 1010100 | 1011010 |
Color Harmonies of #FBD1DE
Complementary color
Monochromatic Colors of #FBD1DE
Black with #FBD1DE
Text Example
Text Example
White with #FBD1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD1DE; }
p { color: rgb(251,209,222); }
H1.HeaderClassName
{
color: #FBD1DE;
}
.AnyTagClassName
{
color: #FBD1DE;
}
</style>
background-color css
<style>
a { background-color: #FBD1DE; }
a { background-color: rgb(251,209,222); }
div.DivClassName
{
background-color: #FBD1DE;
}
.BgClassName
{
background-color: #FBD1DE;
}
</style>
border-color css
<style>
span { border-color: #FBD1DE; }
span { border-color: rgb(251,209,222); }
td.TdClassName
{
border-color: #FBD1DE;
}
.TagClassName
{
border-color: #FBD1DE;
}
</style>