Shades of Pig Pink #FBDDEE
Tints of Pig Pink #FBDDEE
RGB
CMYK
RGB Variations
Color information
#FBDDEE (or 0xFBDDEE) is known color: Pig Pink. HEX triplet: FB, DD and EE. RGB value is (251,221,238). Sum of RGB (Red+Green+Blue) = 251+221+238=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDEE is #042211. Grayscale: #E7E7E7. Windows color (decimal): -270866 or 15654395. OLE color: 15654395.
HSL color Cylindrical-coordinate representation of color #FBDDEE: hue angle of 326º degrees, saturation: 0.79, 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 #FBDDEE is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 238 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.02 |
| HSL | 326º | 0.79% | 0.93% | - |
| HSV(B) | 326º | 0.12% | 0.98% | - |
| XYZ | 81.07 | 78.4 | 91.75 | - |
| YUV | 231.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 238 | 0 | 0.12 | 0.05 | 0.02 | 326 | 0.79 | 0.93 |
| Hex | FB | DD | EE | 0 | C | 5 | 2 | 146 | 4F | 5D |
| Octal | 373 | 335 | 356 | 0 | 14 | 5 | 2 | 506 | 117 | 135 |
| Binary | 11111011 | 11011101 | 11101110 | 0 | 1100 | 101 | 10 | 101000110 | 1001111 | 1011101 |
Color Harmonies of #FBDDEE
Complementary color
Monochromatic Colors of #FBDDEE
Black with #FBDDEE
Text Example
Text Example
White with #FBDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDEE; }
p { color: rgb(251,221,238); }
H1.HeaderClassName
{
color: #FBDDEE;
}
.AnyTagClassName
{
color: #FBDDEE;
}
</style>
background-color css
<style>
a { background-color: #FBDDEE; }
a { background-color: rgb(251,221,238); }
div.DivClassName
{
background-color: #FBDDEE;
}
.BgClassName
{
background-color: #FBDDEE;
}
</style>
border-color css
<style>
span { border-color: #FBDDEE; }
span { border-color: rgb(251,221,238); }
td.TdClassName
{
border-color: #FBDDEE;
}
.TagClassName
{
border-color: #FBDDEE;
}
</style>