Shades of Pig Pink #FBDCE5
Tints of Pig Pink #FBDCE5
RGB
CMYK
RGB Variations
Color information
#FBDCE5 (or 0xFBDCE5) is known color: Pig Pink. HEX triplet: FB, DC and E5. RGB value is (251,220,229). Sum of RGB (Red+Green+Blue) = 251+220+229=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 229 (89.84% from 255 or 32.71% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCE5 is #04231A. Grayscale: #E6E6E6. Windows color (decimal): -271131 or 15064315. OLE color: 15064315.
HSL color Cylindrical-coordinate representation of color #FBDCE5: hue angle of 342.58º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDCE5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 229 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.02 |
| HSL | 342.58º | 0.79% | 0.92% | - |
| HSV(B) | 342.58º | 0.12% | 0.98% | - |
| XYZ | 79.52 | 77.35 | 84.87 | - |
| YUV | 230.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 229 | 0 | 0.12 | 0.09 | 0.02 | 342.58 | 0.79 | 0.92 |
| Hex | FB | DC | E5 | 0 | C | 9 | 2 | 157 | 4F | 5C |
| Octal | 373 | 334 | 345 | 0 | 14 | 11 | 2 | 527 | 117 | 134 |
| Binary | 11111011 | 11011100 | 11100101 | 0 | 1100 | 1001 | 10 | 101010111 | 1001111 | 1011100 |
Color Harmonies of #FBDCE5
Complementary color
Monochromatic Colors of #FBDCE5
Black with #FBDCE5
Text Example
Text Example
White with #FBDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCE5; }
p { color: rgb(251,220,229); }
H1.HeaderClassName
{
color: #FBDCE5;
}
.AnyTagClassName
{
color: #FBDCE5;
}
</style>
background-color css
<style>
a { background-color: #FBDCE5; }
a { background-color: rgb(251,220,229); }
div.DivClassName
{
background-color: #FBDCE5;
}
.BgClassName
{
background-color: #FBDCE5;
}
</style>
border-color css
<style>
span { border-color: #FBDCE5; }
span { border-color: rgb(251,220,229); }
td.TdClassName
{
border-color: #FBDCE5;
}
.TagClassName
{
border-color: #FBDCE5;
}
</style>