Shades of Pig Pink #FBD0E6
Tints of Pig Pink #FBD0E6
RGB
CMYK
RGB Variations
Color information
#FBD0E6 (or 0xFBD0E6) is known color: Pig Pink. HEX triplet: FB, D0 and E6. RGB value is (251,208,230). Sum of RGB (Red+Green+Blue) = 251+208+230=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 208 (81.64% from 255 or 30.19% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD0E6 is #042F19. Grayscale: #DFDFDF. Windows color (decimal): -274202 or 15126779. OLE color: 15126779.
HSL color Cylindrical-coordinate representation of color #FBD0E6: hue angle of 329.3º 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 #FBD0E6 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 208 | 230 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.02 |
| HSL | 329.3º | 0.84% | 0.9% | - |
| HSV(B) | 329.3º | 0.17% | 0.98% | - |
| XYZ | 76.62 | 71.33 | 84.59 | - |
| YUV | 223.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 208 | 230 | 0 | 0.17 | 0.08 | 0.02 | 329.3 | 0.84 | 0.9 |
| Hex | FB | D0 | E6 | 0 | 11 | 8 | 2 | 149 | 54 | 5A |
| Octal | 373 | 320 | 346 | 0 | 21 | 10 | 2 | 511 | 124 | 132 |
| Binary | 11111011 | 11010000 | 11100110 | 0 | 10001 | 1000 | 10 | 101001001 | 1010100 | 1011010 |
Color Harmonies of #FBD0E6
Complementary color
Monochromatic Colors of #FBD0E6
Black with #FBD0E6
Text Example
Text Example
White with #FBD0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD0E6; }
p { color: rgb(251,208,230); }
H1.HeaderClassName
{
color: #FBD0E6;
}
.AnyTagClassName
{
color: #FBD0E6;
}
</style>
background-color css
<style>
a { background-color: #FBD0E6; }
a { background-color: rgb(251,208,230); }
div.DivClassName
{
background-color: #FBD0E6;
}
.BgClassName
{
background-color: #FBD0E6;
}
</style>
border-color css
<style>
span { border-color: #FBD0E6; }
span { border-color: rgb(251,208,230); }
td.TdClassName
{
border-color: #FBD0E6;
}
.TagClassName
{
border-color: #FBD0E6;
}
</style>