Shades of Pig Pink #FBDEE8
Tints of Pig Pink #FBDEE8
RGB
CMYK
RGB Variations
Color information
#FBDEE8 (or 0xFBDEE8) is known color: Pig Pink. HEX triplet: FB, DE and E8. RGB value is (251,222,232). Sum of RGB (Red+Green+Blue) = 251+222+232=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEE8 is #042117. Grayscale: #E7E7E7. Windows color (decimal): -270616 or 15261435. OLE color: 15261435.
HSL color Cylindrical-coordinate representation of color #FBDEE8: hue angle of 339.31º 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 #FBDEE8 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 232 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.02 |
| HSL | 339.31º | 0.78% | 0.93% | - |
| HSV(B) | 339.31º | 0.12% | 0.98% | - |
| XYZ | 80.47 | 78.58 | 87.27 | - |
| YUV | 231.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 232 | 0 | 0.12 | 0.08 | 0.02 | 339.31 | 0.78 | 0.93 |
| Hex | FB | DE | E8 | 0 | C | 8 | 2 | 153 | 4E | 5D |
| Octal | 373 | 336 | 350 | 0 | 14 | 10 | 2 | 523 | 116 | 135 |
| Binary | 11111011 | 11011110 | 11101000 | 0 | 1100 | 1000 | 10 | 101010011 | 1001110 | 1011101 |
Color Harmonies of #FBDEE8
Complementary color
Monochromatic Colors of #FBDEE8
Black with #FBDEE8
Text Example
Text Example
White with #FBDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEE8; }
p { color: rgb(251,222,232); }
H1.HeaderClassName
{
color: #FBDEE8;
}
.AnyTagClassName
{
color: #FBDEE8;
}
</style>
background-color css
<style>
a { background-color: #FBDEE8; }
a { background-color: rgb(251,222,232); }
div.DivClassName
{
background-color: #FBDEE8;
}
.BgClassName
{
background-color: #FBDEE8;
}
</style>
border-color css
<style>
span { border-color: #FBDEE8; }
span { border-color: rgb(251,222,232); }
td.TdClassName
{
border-color: #FBDEE8;
}
.TagClassName
{
border-color: #FBDEE8;
}
</style>