Shades of Pig Pink #FBDCEF
Tints of Pig Pink #FBDCEF
RGB
CMYK
RGB Variations
Color information
#FBDCEF (or 0xFBDCEF) is known color: Pig Pink. HEX triplet: FB, DC and EF. RGB value is (251,220,239). Sum of RGB (Red+Green+Blue) = 251+220+239=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCEF is #042310. Grayscale: #E7E7E7. Windows color (decimal): -271121 or 15719675. OLE color: 15719675.
HSL color Cylindrical-coordinate representation of color #FBDCEF: hue angle of 323.23º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDCEF is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 239 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.02 |
| HSL | 323.23º | 0.79% | 0.92% | - |
| HSV(B) | 323.23º | 0.12% | 0.98% | - |
| XYZ | 80.96 | 77.93 | 92.44 | - |
| YUV | 231.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 239 | 0 | 0.12 | 0.05 | 0.02 | 323.23 | 0.79 | 0.92 |
| Hex | FB | DC | EF | 0 | C | 5 | 2 | 143 | 4F | 5C |
| Octal | 373 | 334 | 357 | 0 | 14 | 5 | 2 | 503 | 117 | 134 |
| Binary | 11111011 | 11011100 | 11101111 | 0 | 1100 | 101 | 10 | 101000011 | 1001111 | 1011100 |
Color Harmonies of #FBDCEF
Complementary color
Monochromatic Colors of #FBDCEF
Black with #FBDCEF
Text Example
Text Example
White with #FBDCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCEF; }
p { color: rgb(251,220,239); }
H1.HeaderClassName
{
color: #FBDCEF;
}
.AnyTagClassName
{
color: #FBDCEF;
}
</style>
background-color css
<style>
a { background-color: #FBDCEF; }
a { background-color: rgb(251,220,239); }
div.DivClassName
{
background-color: #FBDCEF;
}
.BgClassName
{
background-color: #FBDCEF;
}
</style>
border-color css
<style>
span { border-color: #FBDCEF; }
span { border-color: rgb(251,220,239); }
td.TdClassName
{
border-color: #FBDCEF;
}
.TagClassName
{
border-color: #FBDCEF;
}
</style>