Shades of Pig Pink #FBD2E7
Tints of Pig Pink #FBD2E7
RGB
CMYK
RGB Variations
Color information
#FBD2E7 (or 0xFBD2E7) is known color: Pig Pink. HEX triplet: FB, D2 and E7. RGB value is (251,210,231). Sum of RGB (Red+Green+Blue) = 251+210+231=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 210 (82.42% from 255 or 30.35% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD2E7 is #042D18. Grayscale: #E0E0E0. Windows color (decimal): -273689 or 15192827. OLE color: 15192827.
HSL color Cylindrical-coordinate representation of color #FBD2E7: hue angle of 329.27º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBD2E7 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 210 | 231 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.02 |
| HSL | 329.27º | 0.84% | 0.9% | - |
| HSV(B) | 329.27º | 0.16% | 0.98% | - |
| XYZ | 77.25 | 72.37 | 85.5 | - |
| YUV | 224.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 210 | 231 | 0 | 0.16 | 0.08 | 0.02 | 329.27 | 0.84 | 0.9 |
| Hex | FB | D2 | E7 | 0 | 10 | 8 | 2 | 149 | 54 | 5A |
| Octal | 373 | 322 | 347 | 0 | 20 | 10 | 2 | 511 | 124 | 132 |
| Binary | 11111011 | 11010010 | 11100111 | 0 | 10000 | 1000 | 10 | 101001001 | 1010100 | 1011010 |
Color Harmonies of #FBD2E7
Complementary color
Monochromatic Colors of #FBD2E7
Black with #FBD2E7
Text Example
Text Example
White with #FBD2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD2E7; }
p { color: rgb(251,210,231); }
H1.HeaderClassName
{
color: #FBD2E7;
}
.AnyTagClassName
{
color: #FBD2E7;
}
</style>
background-color css
<style>
a { background-color: #FBD2E7; }
a { background-color: rgb(251,210,231); }
div.DivClassName
{
background-color: #FBD2E7;
}
.BgClassName
{
background-color: #FBD2E7;
}
</style>
border-color css
<style>
span { border-color: #FBD2E7; }
span { border-color: rgb(251,210,231); }
td.TdClassName
{
border-color: #FBD2E7;
}
.TagClassName
{
border-color: #FBD2E7;
}
</style>