Shades of Pig Pink #FBDEF3
Tints of Pig Pink #FBDEF3
RGB
CMYK
RGB Variations
Color information
#FBDEF3 (or 0xFBDEF3) is known color: Pig Pink. HEX triplet: FB, DE and F3. RGB value is (251,222,243). Sum of RGB (Red+Green+Blue) = 251+222+243=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 222 (87.11% from 255 or 31.01% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEF3 is #04210C. Grayscale: #E9E9E9. Windows color (decimal): -270605 or 15982331. OLE color: 15982331.
HSL color Cylindrical-coordinate representation of color #FBDEF3: hue angle of 316.55º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDEF3 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 243 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.02 |
| HSL | 316.55º | 0.78% | 0.93% | - |
| HSV(B) | 316.55º | 0.12% | 0.98% | - |
| XYZ | 82.08 | 79.22 | 95.76 | - |
| YUV | 233.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 243 | 0 | 0.12 | 0.03 | 0.02 | 316.55 | 0.78 | 0.93 |
| Hex | FB | DE | F3 | 0 | C | 3 | 2 | 13D | 4E | 5D |
| Octal | 373 | 336 | 363 | 0 | 14 | 3 | 2 | 475 | 116 | 135 |
| Binary | 11111011 | 11011110 | 11110011 | 0 | 1100 | 11 | 10 | 100111101 | 1001110 | 1011101 |
Color Harmonies of #FBDEF3
Complementary color
Monochromatic Colors of #FBDEF3
Black with #FBDEF3
Text Example
Text Example
White with #FBDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEF3; }
p { color: rgb(251,222,243); }
H1.HeaderClassName
{
color: #FBDEF3;
}
.AnyTagClassName
{
color: #FBDEF3;
}
</style>
background-color css
<style>
a { background-color: #FBDEF3; }
a { background-color: rgb(251,222,243); }
div.DivClassName
{
background-color: #FBDEF3;
}
.BgClassName
{
background-color: #FBDEF3;
}
</style>
border-color css
<style>
span { border-color: #FBDEF3; }
span { border-color: rgb(251,222,243); }
td.TdClassName
{
border-color: #FBDEF3;
}
.TagClassName
{
border-color: #FBDEF3;
}
</style>