Shades of Pig Pink #FBDEED
Tints of Pig Pink #FBDEED
RGB
CMYK
RGB Variations
Color information
#FBDEED (or 0xFBDEED) is known color: Pig Pink. HEX triplet: FB, DE and ED. RGB value is (251,222,237). Sum of RGB (Red+Green+Blue) = 251+222+237=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 222 (87.11% from 255 or 31.27% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEED is #042112. Grayscale: #E8E8E8. Windows color (decimal): -270611 or 15589115. OLE color: 15589115.
HSL color Cylindrical-coordinate representation of color #FBDEED: hue angle of 328.97º 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 #FBDEED is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 237 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.02 |
| HSL | 328.97º | 0.78% | 0.93% | - |
| HSV(B) | 328.97º | 0.12% | 0.98% | - |
| XYZ | 81.19 | 78.87 | 91.06 | - |
| YUV | 232.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 237 | 0 | 0.12 | 0.06 | 0.02 | 328.97 | 0.78 | 0.93 |
| Hex | FB | DE | ED | 0 | C | 6 | 2 | 149 | 4E | 5D |
| Octal | 373 | 336 | 355 | 0 | 14 | 6 | 2 | 511 | 116 | 135 |
| Binary | 11111011 | 11011110 | 11101101 | 0 | 1100 | 110 | 10 | 101001001 | 1001110 | 1011101 |
Color Harmonies of #FBDEED
Complementary color
Monochromatic Colors of #FBDEED
Black with #FBDEED
Text Example
Text Example
White with #FBDEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEED; }
p { color: rgb(251,222,237); }
H1.HeaderClassName
{
color: #FBDEED;
}
.AnyTagClassName
{
color: #FBDEED;
}
</style>
background-color css
<style>
a { background-color: #FBDEED; }
a { background-color: rgb(251,222,237); }
div.DivClassName
{
background-color: #FBDEED;
}
.BgClassName
{
background-color: #FBDEED;
}
</style>
border-color css
<style>
span { border-color: #FBDEED; }
span { border-color: rgb(251,222,237); }
td.TdClassName
{
border-color: #FBDEED;
}
.TagClassName
{
border-color: #FBDEED;
}
</style>