Shades of Pig Pink #FBDEE6
Tints of Pig Pink #FBDEE6
RGB
CMYK
RGB Variations
Color information
#FBDEE6 (or 0xFBDEE6) is known color: Pig Pink. HEX triplet: FB, DE and E6. RGB value is (251,222,230). Sum of RGB (Red+Green+Blue) = 251+222+230=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEE6 is #042119. Grayscale: #E7E7E7. Windows color (decimal): -270618 or 15130363. OLE color: 15130363.
HSL color Cylindrical-coordinate representation of color #FBDEE6: hue angle of 343.45º 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 #FBDEE6 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 230 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.02 |
| HSL | 343.45º | 0.78% | 0.93% | - |
| HSV(B) | 343.45º | 0.12% | 0.98% | - |
| XYZ | 80.19 | 78.46 | 85.78 | - |
| YUV | 231.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 230 | 0 | 0.12 | 0.08 | 0.02 | 343.45 | 0.78 | 0.93 |
| Hex | FB | DE | E6 | 0 | C | 8 | 2 | 157 | 4E | 5D |
| Octal | 373 | 336 | 346 | 0 | 14 | 10 | 2 | 527 | 116 | 135 |
| Binary | 11111011 | 11011110 | 11100110 | 0 | 1100 | 1000 | 10 | 101010111 | 1001110 | 1011101 |
Color Harmonies of #FBDEE6
Complementary color
Monochromatic Colors of #FBDEE6
Black with #FBDEE6
Text Example
Text Example
White with #FBDEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEE6; }
p { color: rgb(251,222,230); }
H1.HeaderClassName
{
color: #FBDEE6;
}
.AnyTagClassName
{
color: #FBDEE6;
}
</style>
background-color css
<style>
a { background-color: #FBDEE6; }
a { background-color: rgb(251,222,230); }
div.DivClassName
{
background-color: #FBDEE6;
}
.BgClassName
{
background-color: #FBDEE6;
}
</style>
border-color css
<style>
span { border-color: #FBDEE6; }
span { border-color: rgb(251,222,230); }
td.TdClassName
{
border-color: #FBDEE6;
}
.TagClassName
{
border-color: #FBDEE6;
}
</style>