Shades of Pig Pink #FBDFF0
Tints of Pig Pink #FBDFF0
RGB
CMYK
RGB Variations
Color information
#FBDFF0 (or 0xFBDFF0) is known color: Pig Pink. HEX triplet: FB, DF and F0. RGB value is (251,223,240). Sum of RGB (Red+Green+Blue) = 251+223+240=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFF0 is #04200F. Grayscale: #E9E9E9. Windows color (decimal): -270352 or 15785979. OLE color: 15785979.
HSL color Cylindrical-coordinate representation of color #FBDFF0: hue angle of 323.57º 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 #FBDFF0 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 240 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.02 |
| HSL | 323.57º | 0.78% | 0.93% | - |
| HSV(B) | 323.57º | 0.11% | 0.98% | - |
| XYZ | 81.9 | 79.58 | 93.48 | - |
| YUV | 233.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 240 | 0 | 0.11 | 0.04 | 0.02 | 323.57 | 0.78 | 0.93 |
| Hex | FB | DF | F0 | 0 | B | 4 | 2 | 144 | 4E | 5D |
| Octal | 373 | 337 | 360 | 0 | 13 | 4 | 2 | 504 | 116 | 135 |
| Binary | 11111011 | 11011111 | 11110000 | 0 | 1011 | 100 | 10 | 101000100 | 1001110 | 1011101 |
Color Harmonies of #FBDFF0
Complementary color
Monochromatic Colors of #FBDFF0
Black with #FBDFF0
Text Example
Text Example
White with #FBDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFF0; }
p { color: rgb(251,223,240); }
H1.HeaderClassName
{
color: #FBDFF0;
}
.AnyTagClassName
{
color: #FBDFF0;
}
</style>
background-color css
<style>
a { background-color: #FBDFF0; }
a { background-color: rgb(251,223,240); }
div.DivClassName
{
background-color: #FBDFF0;
}
.BgClassName
{
background-color: #FBDFF0;
}
</style>
border-color css
<style>
span { border-color: #FBDFF0; }
span { border-color: rgb(251,223,240); }
td.TdClassName
{
border-color: #FBDFF0;
}
.TagClassName
{
border-color: #FBDFF0;
}
</style>