Shades of Pig Pink #FBDCE8
Tints of Pig Pink #FBDCE8
RGB
CMYK
RGB Variations
Color information
#FBDCE8 (or 0xFBDCE8) is known color: Pig Pink. HEX triplet: FB, DC and E8. RGB value is (251,220,232). Sum of RGB (Red+Green+Blue) = 251+220+232=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 232 (91.02% from 255 or 33.00% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCE8 is #042317. Grayscale: #E6E6E6. Windows color (decimal): -271128 or 15260923. OLE color: 15260923.
HSL color Cylindrical-coordinate representation of color #FBDCE8: hue angle of 336.77º 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 #FBDCE8 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 232 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.02 |
| HSL | 336.77º | 0.79% | 0.92% | - |
| HSV(B) | 336.77º | 0.12% | 0.98% | - |
| XYZ | 79.94 | 77.52 | 87.09 | - |
| YUV | 230.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 232 | 0 | 0.12 | 0.08 | 0.02 | 336.77 | 0.79 | 0.92 |
| Hex | FB | DC | E8 | 0 | C | 8 | 2 | 151 | 4F | 5C |
| Octal | 373 | 334 | 350 | 0 | 14 | 10 | 2 | 521 | 117 | 134 |
| Binary | 11111011 | 11011100 | 11101000 | 0 | 1100 | 1000 | 10 | 101010001 | 1001111 | 1011100 |
Color Harmonies of #FBDCE8
Complementary color
Monochromatic Colors of #FBDCE8
Black with #FBDCE8
Text Example
Text Example
White with #FBDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCE8; }
p { color: rgb(251,220,232); }
H1.HeaderClassName
{
color: #FBDCE8;
}
.AnyTagClassName
{
color: #FBDCE8;
}
</style>
background-color css
<style>
a { background-color: #FBDCE8; }
a { background-color: rgb(251,220,232); }
div.DivClassName
{
background-color: #FBDCE8;
}
.BgClassName
{
background-color: #FBDCE8;
}
</style>
border-color css
<style>
span { border-color: #FBDCE8; }
span { border-color: rgb(251,220,232); }
td.TdClassName
{
border-color: #FBDCE8;
}
.TagClassName
{
border-color: #FBDCE8;
}
</style>