Shades of Pig Pink #FBDFEA
Tints of Pig Pink #FBDFEA
RGB
CMYK
RGB Variations
Color information
#FBDFEA (or 0xFBDFEA) is known color: Pig Pink. HEX triplet: FB, DF and EA. RGB value is (251,223,234). Sum of RGB (Red+Green+Blue) = 251+223+234=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 223 (87.5% from 255 or 31.50% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFEA is #042015. Grayscale: #E8E8E8. Windows color (decimal): -270358 or 15392763. OLE color: 15392763.
HSL color Cylindrical-coordinate representation of color #FBDFEA: hue angle of 336.43º 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 #FBDFEA is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 234 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.02 |
| HSL | 336.43º | 0.78% | 0.93% | - |
| HSV(B) | 336.43º | 0.11% | 0.98% | - |
| XYZ | 81.02 | 79.23 | 88.86 | - |
| YUV | 232.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 234 | 0 | 0.11 | 0.07 | 0.02 | 336.43 | 0.78 | 0.93 |
| Hex | FB | DF | EA | 0 | B | 7 | 2 | 150 | 4E | 5D |
| Octal | 373 | 337 | 352 | 0 | 13 | 7 | 2 | 520 | 116 | 135 |
| Binary | 11111011 | 11011111 | 11101010 | 0 | 1011 | 111 | 10 | 101010000 | 1001110 | 1011101 |
Color Harmonies of #FBDFEA
Complementary color
Monochromatic Colors of #FBDFEA
Black with #FBDFEA
Text Example
Text Example
White with #FBDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFEA; }
p { color: rgb(251,223,234); }
H1.HeaderClassName
{
color: #FBDFEA;
}
.AnyTagClassName
{
color: #FBDFEA;
}
</style>
background-color css
<style>
a { background-color: #FBDFEA; }
a { background-color: rgb(251,223,234); }
div.DivClassName
{
background-color: #FBDFEA;
}
.BgClassName
{
background-color: #FBDFEA;
}
</style>
border-color css
<style>
span { border-color: #FBDFEA; }
span { border-color: rgb(251,223,234); }
td.TdClassName
{
border-color: #FBDFEA;
}
.TagClassName
{
border-color: #FBDFEA;
}
</style>