Shades of Pig Pink #FBDDF1
Tints of Pig Pink #FBDDF1
RGB
CMYK
RGB Variations
Color information
#FBDDF1 (or 0xFBDDF1) is known color: Pig Pink. HEX triplet: FB, DD and F1. RGB value is (251,221,241). Sum of RGB (Red+Green+Blue) = 251+221+241=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDF1 is #04220E. Grayscale: #E8E8E8. Windows color (decimal): -270863 or 15851003. OLE color: 15851003.
HSL color Cylindrical-coordinate representation of color #FBDDF1: hue angle of 320º degrees, saturation: 0.79, 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 #FBDDF1 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 241 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.02 |
| HSL | 320º | 0.79% | 0.93% | - |
| HSV(B) | 320º | 0.12% | 0.98% | - |
| XYZ | 81.52 | 78.57 | 94.09 | - |
| YUV | 232.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 241 | 0 | 0.12 | 0.04 | 0.02 | 320 | 0.79 | 0.93 |
| Hex | FB | DD | F1 | 0 | C | 4 | 2 | 140 | 4F | 5D |
| Octal | 373 | 335 | 361 | 0 | 14 | 4 | 2 | 500 | 117 | 135 |
| Binary | 11111011 | 11011101 | 11110001 | 0 | 1100 | 100 | 10 | 101000000 | 1001111 | 1011101 |
Color Harmonies of #FBDDF1
Complementary color
Monochromatic Colors of #FBDDF1
Black with #FBDDF1
Text Example
Text Example
White with #FBDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDF1; }
p { color: rgb(251,221,241); }
H1.HeaderClassName
{
color: #FBDDF1;
}
.AnyTagClassName
{
color: #FBDDF1;
}
</style>
background-color css
<style>
a { background-color: #FBDDF1; }
a { background-color: rgb(251,221,241); }
div.DivClassName
{
background-color: #FBDDF1;
}
.BgClassName
{
background-color: #FBDDF1;
}
</style>
border-color css
<style>
span { border-color: #FBDDF1; }
span { border-color: rgb(251,221,241); }
td.TdClassName
{
border-color: #FBDDF1;
}
.TagClassName
{
border-color: #FBDDF1;
}
</style>