Shades of Pig Pink #FBCEDE
Tints of Pig Pink #FBCEDE
RGB
CMYK
RGB Variations
Color information
#FBCEDE (or 0xFBCEDE) is known color: Pig Pink. HEX triplet: FB, CE and DE. RGB value is (251,206,222). Sum of RGB (Red+Green+Blue) = 251+206+222=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEDE is #043121. Grayscale: #DDDDDD. Windows color (decimal): -274722 or 14601979. OLE color: 14601979.
HSL color Cylindrical-coordinate representation of color #FBCEDE: hue angle of 338.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCEDE is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 222 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.02 |
| HSL | 338.67º | 0.85% | 0.9% | - |
| HSV(B) | 338.67º | 0.18% | 0.98% | - |
| XYZ | 75.04 | 69.93 | 78.65 | - |
| YUV | 221.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 222 | 0 | 0.18 | 0.12 | 0.02 | 338.67 | 0.85 | 0.9 |
| Hex | FB | CE | DE | 0 | 12 | C | 2 | 153 | 55 | 5A |
| Octal | 373 | 316 | 336 | 0 | 22 | 14 | 2 | 523 | 125 | 132 |
| Binary | 11111011 | 11001110 | 11011110 | 0 | 10010 | 1100 | 10 | 101010011 | 1010101 | 1011010 |
Color Harmonies of #FBCEDE
Complementary color
Monochromatic Colors of #FBCEDE
Black with #FBCEDE
Text Example
Text Example
White with #FBCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEDE; }
p { color: rgb(251,206,222); }
H1.HeaderClassName
{
color: #FBCEDE;
}
.AnyTagClassName
{
color: #FBCEDE;
}
</style>
background-color css
<style>
a { background-color: #FBCEDE; }
a { background-color: rgb(251,206,222); }
div.DivClassName
{
background-color: #FBCEDE;
}
.BgClassName
{
background-color: #FBCEDE;
}
</style>
border-color css
<style>
span { border-color: #FBCEDE; }
span { border-color: rgb(251,206,222); }
td.TdClassName
{
border-color: #FBCEDE;
}
.TagClassName
{
border-color: #FBCEDE;
}
</style>