Shades of Pig Pink #FBD8EF
Tints of Pig Pink #FBD8EF
RGB
CMYK
RGB Variations
Color information
#FBD8EF (or 0xFBD8EF) is known color: Pig Pink. HEX triplet: FB, D8 and EF. RGB value is (251,216,239). Sum of RGB (Red+Green+Blue) = 251+216+239=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 216 (84.77% from 255 or 30.59% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD8EF is #042710. Grayscale: #E5E5E5. Windows color (decimal): -272145 or 15718651. OLE color: 15718651.
HSL color Cylindrical-coordinate representation of color #FBD8EF: hue angle of 320.57º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBD8EF is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 216 | 239 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.02 |
| HSL | 320.57º | 0.81% | 0.92% | - |
| HSV(B) | 320.57º | 0.14% | 0.98% | - |
| XYZ | 79.92 | 75.85 | 92.09 | - |
| YUV | 229.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 216 | 239 | 0 | 0.14 | 0.05 | 0.02 | 320.57 | 0.81 | 0.92 |
| Hex | FB | D8 | EF | 0 | E | 5 | 2 | 141 | 51 | 5C |
| Octal | 373 | 330 | 357 | 0 | 16 | 5 | 2 | 501 | 121 | 134 |
| Binary | 11111011 | 11011000 | 11101111 | 0 | 1110 | 101 | 10 | 101000001 | 1010001 | 1011100 |
Color Harmonies of #FBD8EF
Complementary color
Monochromatic Colors of #FBD8EF
Black with #FBD8EF
Text Example
Text Example
White with #FBD8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD8EF; }
p { color: rgb(251,216,239); }
H1.HeaderClassName
{
color: #FBD8EF;
}
.AnyTagClassName
{
color: #FBD8EF;
}
</style>
background-color css
<style>
a { background-color: #FBD8EF; }
a { background-color: rgb(251,216,239); }
div.DivClassName
{
background-color: #FBD8EF;
}
.BgClassName
{
background-color: #FBD8EF;
}
</style>
border-color css
<style>
span { border-color: #FBD8EF; }
span { border-color: rgb(251,216,239); }
td.TdClassName
{
border-color: #FBD8EF;
}
.TagClassName
{
border-color: #FBD8EF;
}
</style>