Shades of Pig Pink #FBDAEA
Tints of Pig Pink #FBDAEA
RGB
CMYK
RGB Variations
Color information
#FBDAEA (or 0xFBDAEA) is known color: Pig Pink. HEX triplet: FB, DA and EA. RGB value is (251,218,234). Sum of RGB (Red+Green+Blue) = 251+218+234=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDAEA is #042515. Grayscale: #E5E5E5. Windows color (decimal): -271638 or 15391483. OLE color: 15391483.
HSL color Cylindrical-coordinate representation of color #FBDAEA: hue angle of 330.91º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDAEA is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 234 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.02 |
| HSL | 330.91º | 0.8% | 0.92% | - |
| HSV(B) | 330.91º | 0.13% | 0.98% | - |
| XYZ | 79.71 | 76.59 | 88.42 | - |
| YUV | 229.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 234 | 0 | 0.13 | 0.07 | 0.02 | 330.91 | 0.8 | 0.92 |
| Hex | FB | DA | EA | 0 | D | 7 | 2 | 14B | 50 | 5C |
| Octal | 373 | 332 | 352 | 0 | 15 | 7 | 2 | 513 | 120 | 134 |
| Binary | 11111011 | 11011010 | 11101010 | 0 | 1101 | 111 | 10 | 101001011 | 1010000 | 1011100 |
Color Harmonies of #FBDAEA
Complementary color
Monochromatic Colors of #FBDAEA
Black with #FBDAEA
Text Example
Text Example
White with #FBDAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDAEA; }
p { color: rgb(251,218,234); }
H1.HeaderClassName
{
color: #FBDAEA;
}
.AnyTagClassName
{
color: #FBDAEA;
}
</style>
background-color css
<style>
a { background-color: #FBDAEA; }
a { background-color: rgb(251,218,234); }
div.DivClassName
{
background-color: #FBDAEA;
}
.BgClassName
{
background-color: #FBDAEA;
}
</style>
border-color css
<style>
span { border-color: #FBDAEA; }
span { border-color: rgb(251,218,234); }
td.TdClassName
{
border-color: #FBDAEA;
}
.TagClassName
{
border-color: #FBDAEA;
}
</style>