Shades of Pig Pink #FBDAEC
Tints of Pig Pink #FBDAEC
RGB
CMYK
RGB Variations
Color information
#FBDAEC (or 0xFBDAEC) is known color: Pig Pink. HEX triplet: FB, DA and EC. RGB value is (251,218,236). Sum of RGB (Red+Green+Blue) = 251+218+236=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAEC is #042513. Grayscale: #E5E5E5. Windows color (decimal): -271636 or 15522555. OLE color: 15522555.
HSL color Cylindrical-coordinate representation of color #FBDAEC: hue angle of 327.27º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDAEC is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 236 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.02 |
| HSL | 327.27º | 0.8% | 0.92% | - |
| HSV(B) | 327.27º | 0.13% | 0.98% | - |
| XYZ | 80 | 76.71 | 89.95 | - |
| YUV | 229.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 236 | 0 | 0.13 | 0.06 | 0.02 | 327.27 | 0.8 | 0.92 |
| Hex | FB | DA | EC | 0 | D | 6 | 2 | 147 | 50 | 5C |
| Octal | 373 | 332 | 354 | 0 | 15 | 6 | 2 | 507 | 120 | 134 |
| Binary | 11111011 | 11011010 | 11101100 | 0 | 1101 | 110 | 10 | 101000111 | 1010000 | 1011100 |
Color Harmonies of #FBDAEC
Complementary color
Monochromatic Colors of #FBDAEC
Black with #FBDAEC
Text Example
Text Example
White with #FBDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDAEC; }
p { color: rgb(251,218,236); }
H1.HeaderClassName
{
color: #FBDAEC;
}
.AnyTagClassName
{
color: #FBDAEC;
}
</style>
background-color css
<style>
a { background-color: #FBDAEC; }
a { background-color: rgb(251,218,236); }
div.DivClassName
{
background-color: #FBDAEC;
}
.BgClassName
{
background-color: #FBDAEC;
}
</style>
border-color css
<style>
span { border-color: #FBDAEC; }
span { border-color: rgb(251,218,236); }
td.TdClassName
{
border-color: #FBDAEC;
}
.TagClassName
{
border-color: #FBDAEC;
}
</style>