Shades of Pig Pink #FBDCEA
Tints of Pig Pink #FBDCEA
RGB
CMYK
RGB Variations
Color information
#FBDCEA (or 0xFBDCEA) is known color: Pig Pink. HEX triplet: FB, DC and EA. RGB value is (251,220,234). Sum of RGB (Red+Green+Blue) = 251+220+234=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCEA is #042315. Grayscale: #E6E6E6. Windows color (decimal): -271126 or 15391995. OLE color: 15391995.
HSL color Cylindrical-coordinate representation of color #FBDCEA: hue angle of 332.9º 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 #FBDCEA is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 234 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.02 |
| HSL | 332.9º | 0.79% | 0.92% | - |
| HSV(B) | 332.9º | 0.12% | 0.98% | - |
| XYZ | 80.23 | 77.64 | 88.6 | - |
| YUV | 230.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 234 | 0 | 0.12 | 0.07 | 0.02 | 332.9 | 0.79 | 0.92 |
| Hex | FB | DC | EA | 0 | C | 7 | 2 | 14D | 4F | 5C |
| Octal | 373 | 334 | 352 | 0 | 14 | 7 | 2 | 515 | 117 | 134 |
| Binary | 11111011 | 11011100 | 11101010 | 0 | 1100 | 111 | 10 | 101001101 | 1001111 | 1011100 |
Color Harmonies of #FBDCEA
Complementary color
Monochromatic Colors of #FBDCEA
Black with #FBDCEA
Text Example
Text Example
White with #FBDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCEA; }
p { color: rgb(251,220,234); }
H1.HeaderClassName
{
color: #FBDCEA;
}
.AnyTagClassName
{
color: #FBDCEA;
}
</style>
background-color css
<style>
a { background-color: #FBDCEA; }
a { background-color: rgb(251,220,234); }
div.DivClassName
{
background-color: #FBDCEA;
}
.BgClassName
{
background-color: #FBDCEA;
}
</style>
border-color css
<style>
span { border-color: #FBDCEA; }
span { border-color: rgb(251,220,234); }
td.TdClassName
{
border-color: #FBDCEA;
}
.TagClassName
{
border-color: #FBDCEA;
}
</style>