Shades of Pig Pink #FBDEEF
Tints of Pig Pink #FBDEEF
RGB
CMYK
RGB Variations
Color information
#FBDEEF (or 0xFBDEEF) is known color: Pig Pink. HEX triplet: FB, DE and EF. RGB value is (251,222,239). Sum of RGB (Red+Green+Blue) = 251+222+239=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEEF is #042110. Grayscale: #E8E8E8. Windows color (decimal): -270609 or 15720187. OLE color: 15720187.
HSL color Cylindrical-coordinate representation of color #FBDEEF: hue angle of 324.83º 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 #FBDEEF is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 239 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.02 |
| HSL | 324.83º | 0.78% | 0.93% | - |
| HSV(B) | 324.83º | 0.12% | 0.98% | - |
| XYZ | 81.48 | 78.98 | 92.61 | - |
| YUV | 232.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 239 | 0 | 0.12 | 0.05 | 0.02 | 324.83 | 0.78 | 0.93 |
| Hex | FB | DE | EF | 0 | C | 5 | 2 | 145 | 4E | 5D |
| Octal | 373 | 336 | 357 | 0 | 14 | 5 | 2 | 505 | 116 | 135 |
| Binary | 11111011 | 11011110 | 11101111 | 0 | 1100 | 101 | 10 | 101000101 | 1001110 | 1011101 |
Color Harmonies of #FBDEEF
Complementary color
Monochromatic Colors of #FBDEEF
Black with #FBDEEF
Text Example
Text Example
White with #FBDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEEF; }
p { color: rgb(251,222,239); }
H1.HeaderClassName
{
color: #FBDEEF;
}
.AnyTagClassName
{
color: #FBDEEF;
}
</style>
background-color css
<style>
a { background-color: #FBDEEF; }
a { background-color: rgb(251,222,239); }
div.DivClassName
{
background-color: #FBDEEF;
}
.BgClassName
{
background-color: #FBDEEF;
}
</style>
border-color css
<style>
span { border-color: #FBDEEF; }
span { border-color: rgb(251,222,239); }
td.TdClassName
{
border-color: #FBDEEF;
}
.TagClassName
{
border-color: #FBDEEF;
}
</style>