Shades of Pig Pink #FBDEF2
Tints of Pig Pink #FBDEF2
RGB
CMYK
RGB Variations
Color information
#FBDEF2 (or 0xFBDEF2) is known color: Pig Pink. HEX triplet: FB, DE and F2. RGB value is (251,222,242). Sum of RGB (Red+Green+Blue) = 251+222+242=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 222 (87.11% from 255 or 31.05% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEF2 is #04210D. Grayscale: #E8E8E8. Windows color (decimal): -270606 or 15916795. OLE color: 15916795.
HSL color Cylindrical-coordinate representation of color #FBDEF2: hue angle of 318.62º 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 #FBDEF2 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 242 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.02 |
| HSL | 318.62º | 0.78% | 0.93% | - |
| HSV(B) | 318.62º | 0.12% | 0.98% | - |
| XYZ | 81.93 | 79.16 | 94.97 | - |
| YUV | 232.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 242 | 0 | 0.12 | 0.04 | 0.02 | 318.62 | 0.78 | 0.93 |
| Hex | FB | DE | F2 | 0 | C | 4 | 2 | 13F | 4E | 5D |
| Octal | 373 | 336 | 362 | 0 | 14 | 4 | 2 | 477 | 116 | 135 |
| Binary | 11111011 | 11011110 | 11110010 | 0 | 1100 | 100 | 10 | 100111111 | 1001110 | 1011101 |
Color Harmonies of #FBDEF2
Complementary color
Monochromatic Colors of #FBDEF2
Black with #FBDEF2
Text Example
Text Example
White with #FBDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEF2; }
p { color: rgb(251,222,242); }
H1.HeaderClassName
{
color: #FBDEF2;
}
.AnyTagClassName
{
color: #FBDEF2;
}
</style>
background-color css
<style>
a { background-color: #FBDEF2; }
a { background-color: rgb(251,222,242); }
div.DivClassName
{
background-color: #FBDEF2;
}
.BgClassName
{
background-color: #FBDEF2;
}
</style>
border-color css
<style>
span { border-color: #FBDEF2; }
span { border-color: rgb(251,222,242); }
td.TdClassName
{
border-color: #FBDEF2;
}
.TagClassName
{
border-color: #FBDEF2;
}
</style>