Shades of Pig Pink #FBDFE9
Tints of Pig Pink #FBDFE9
RGB
CMYK
RGB Variations
Color information
#FBDFE9 (or 0xFBDFE9) is known color: Pig Pink. HEX triplet: FB, DF and E9. RGB value is (251,223,233). Sum of RGB (Red+Green+Blue) = 251+223+233=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 233 (91.41% from 255 or 32.96% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFE9 is #042016. Grayscale: #E8E8E8. Windows color (decimal): -270359 or 15327227. OLE color: 15327227.
HSL color Cylindrical-coordinate representation of color #FBDFE9: hue angle of 338.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 #FBDFE9 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 223 | 233 | - |
CMYK | 0 | 0.11 | 0.07 | 0.02 |
HSL | 338.57º | 0.78% | 0.93% | - |
HSV(B) | 338.57º | 0.11% | 0.98% | - |
XYZ | 80.88 | 79.17 | 88.11 | - |
YUV | 232.51 | 128.28 | 141.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 223 | 233 | 0 | 0.11 | 0.07 | 0.02 | 338.57 | 0.78 | 0.93 |
Hex | FB | DF | E9 | 0 | B | 7 | 2 | 153 | 4E | 5D |
Octal | 373 | 337 | 351 | 0 | 13 | 7 | 2 | 523 | 116 | 135 |
Binary | 11111011 | 11011111 | 11101001 | 0 | 1011 | 111 | 10 | 101010011 | 1001110 | 1011101 |
Color Harmonies of #FBDFE9
Complementary color
Monochromatic Colors of #FBDFE9
Black with #FBDFE9
Text Example
Text Example
White with #FBDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFE9; }
p { color: rgb(251,223,233); }
H1.HeaderClassName
{
color: #FBDFE9;
}
.AnyTagClassName
{
color: #FBDFE9;
}
</style>
background-color css
<style>
a { background-color: #FBDFE9; }
a { background-color: rgb(251,223,233); }
div.DivClassName
{
background-color: #FBDFE9;
}
.BgClassName
{
background-color: #FBDFE9;
}
</style>
border-color css
<style>
span { border-color: #FBDFE9; }
span { border-color: rgb(251,223,233); }
td.TdClassName
{
border-color: #FBDFE9;
}
.TagClassName
{
border-color: #FBDFE9;
}
</style>