Shades of Pig Pink #FBDCEC
Tints of Pig Pink #FBDCEC
RGB
CMYK
RGB Variations
Color information
#FBDCEC (or 0xFBDCEC) is known color: Pig Pink. HEX triplet: FB, DC and EC. RGB value is (251,220,236). Sum of RGB (Red+Green+Blue) = 251+220+236=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCEC is #042313. Grayscale: #E7E7E7. Windows color (decimal): -271124 or 15523067. OLE color: 15523067.
HSL color Cylindrical-coordinate representation of color #FBDCEC: hue angle of 329.03º 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 #FBDCEC is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 236 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.02 |
| HSL | 329.03º | 0.79% | 0.92% | - |
| HSV(B) | 329.03º | 0.12% | 0.98% | - |
| XYZ | 80.52 | 77.75 | 90.12 | - |
| YUV | 231.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 236 | 0 | 0.12 | 0.06 | 0.02 | 329.03 | 0.79 | 0.92 |
| Hex | FB | DC | EC | 0 | C | 6 | 2 | 149 | 4F | 5C |
| Octal | 373 | 334 | 354 | 0 | 14 | 6 | 2 | 511 | 117 | 134 |
| Binary | 11111011 | 11011100 | 11101100 | 0 | 1100 | 110 | 10 | 101001001 | 1001111 | 1011100 |
Color Harmonies of #FBDCEC
Complementary color
Monochromatic Colors of #FBDCEC
Black with #FBDCEC
Text Example
Text Example
White with #FBDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCEC; }
p { color: rgb(251,220,236); }
H1.HeaderClassName
{
color: #FBDCEC;
}
.AnyTagClassName
{
color: #FBDCEC;
}
</style>
background-color css
<style>
a { background-color: #FBDCEC; }
a { background-color: rgb(251,220,236); }
div.DivClassName
{
background-color: #FBDCEC;
}
.BgClassName
{
background-color: #FBDCEC;
}
</style>
border-color css
<style>
span { border-color: #FBDCEC; }
span { border-color: rgb(251,220,236); }
td.TdClassName
{
border-color: #FBDCEC;
}
.TagClassName
{
border-color: #FBDCEC;
}
</style>