Shades of Pig Pink #FBDEEE
Tints of Pig Pink #FBDEEE
RGB
CMYK
RGB Variations
Color information
#FBDEEE (or 0xFBDEEE) is known color: Pig Pink. HEX triplet: FB, DE and EE. RGB value is (251,222,238). Sum of RGB (Red+Green+Blue) = 251+222+238=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDEEE is #042111. Grayscale: #E8E8E8. Windows color (decimal): -270610 or 15654651. OLE color: 15654651.
HSL color Cylindrical-coordinate representation of color #FBDEEE: hue angle of 326.9º 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 #FBDEEE is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 238 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.02 |
| HSL | 326.9º | 0.78% | 0.93% | - |
| HSV(B) | 326.9º | 0.12% | 0.98% | - |
| XYZ | 81.34 | 78.92 | 91.84 | - |
| YUV | 232.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 238 | 0 | 0.12 | 0.05 | 0.02 | 326.9 | 0.78 | 0.93 |
| Hex | FB | DE | EE | 0 | C | 5 | 2 | 147 | 4E | 5D |
| Octal | 373 | 336 | 356 | 0 | 14 | 5 | 2 | 507 | 116 | 135 |
| Binary | 11111011 | 11011110 | 11101110 | 0 | 1100 | 101 | 10 | 101000111 | 1001110 | 1011101 |
Color Harmonies of #FBDEEE
Complementary color
Monochromatic Colors of #FBDEEE
Black with #FBDEEE
Text Example
Text Example
White with #FBDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEEE; }
p { color: rgb(251,222,238); }
H1.HeaderClassName
{
color: #FBDEEE;
}
.AnyTagClassName
{
color: #FBDEEE;
}
</style>
background-color css
<style>
a { background-color: #FBDEEE; }
a { background-color: rgb(251,222,238); }
div.DivClassName
{
background-color: #FBDEEE;
}
.BgClassName
{
background-color: #FBDEEE;
}
</style>
border-color css
<style>
span { border-color: #FBDEEE; }
span { border-color: rgb(251,222,238); }
td.TdClassName
{
border-color: #FBDEEE;
}
.TagClassName
{
border-color: #FBDEEE;
}
</style>