Shades of Pig Pink #FBDFEE
Tints of Pig Pink #FBDFEE
RGB
CMYK
RGB Variations
Color information
#FBDFEE (or 0xFBDFEE) is known color: Pig Pink. HEX triplet: FB, DF and EE. RGB value is (251,223,238). Sum of RGB (Red+Green+Blue) = 251+223+238=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFEE is #042011. Grayscale: #E9E9E9. Windows color (decimal): -270354 or 15654907. OLE color: 15654907.
HSL color Cylindrical-coordinate representation of color #FBDFEE: hue angle of 327.86º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBDFEE is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 238 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.02 |
| HSL | 327.86º | 0.78% | 0.93% | - |
| HSV(B) | 327.86º | 0.11% | 0.98% | - |
| XYZ | 81.6 | 79.46 | 91.92 | - |
| YUV | 233.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 238 | 0 | 0.11 | 0.05 | 0.02 | 327.86 | 0.78 | 0.93 |
| Hex | FB | DF | EE | 0 | B | 5 | 2 | 148 | 4E | 5D |
| Octal | 373 | 337 | 356 | 0 | 13 | 5 | 2 | 510 | 116 | 135 |
| Binary | 11111011 | 11011111 | 11101110 | 0 | 1011 | 101 | 10 | 101001000 | 1001110 | 1011101 |
Color Harmonies of #FBDFEE
Complementary color
Monochromatic Colors of #FBDFEE
Black with #FBDFEE
Text Example
Text Example
White with #FBDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFEE; }
p { color: rgb(251,223,238); }
H1.HeaderClassName
{
color: #FBDFEE;
}
.AnyTagClassName
{
color: #FBDFEE;
}
</style>
background-color css
<style>
a { background-color: #FBDFEE; }
a { background-color: rgb(251,223,238); }
div.DivClassName
{
background-color: #FBDFEE;
}
.BgClassName
{
background-color: #FBDFEE;
}
</style>
border-color css
<style>
span { border-color: #FBDFEE; }
span { border-color: rgb(251,223,238); }
td.TdClassName
{
border-color: #FBDFEE;
}
.TagClassName
{
border-color: #FBDFEE;
}
</style>