Shades of Pig Pink #FBCEDF
Tints of Pig Pink #FBCEDF
RGB
CMYK
RGB Variations
Color information
#FBCEDF (or 0xFBCEDF) is known color: Pig Pink. HEX triplet: FB, CE and DF. RGB value is (251,206,223). Sum of RGB (Red+Green+Blue) = 251+206+223=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEDF is #043120. Grayscale: #DDDDDD. Windows color (decimal): -274721 or 14667515. OLE color: 14667515.
HSL color Cylindrical-coordinate representation of color #FBCEDF: hue angle of 337.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCEDF is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 223 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.02 |
| HSL | 337.33º | 0.85% | 0.9% | - |
| HSV(B) | 337.33º | 0.18% | 0.98% | - |
| XYZ | 75.17 | 69.98 | 79.36 | - |
| YUV | 221.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 223 | 0 | 0.18 | 0.11 | 0.02 | 337.33 | 0.85 | 0.9 |
| Hex | FB | CE | DF | 0 | 12 | B | 2 | 151 | 55 | 5A |
| Octal | 373 | 316 | 337 | 0 | 22 | 13 | 2 | 521 | 125 | 132 |
| Binary | 11111011 | 11001110 | 11011111 | 0 | 10010 | 1011 | 10 | 101010001 | 1010101 | 1011010 |
Color Harmonies of #FBCEDF
Complementary color
Monochromatic Colors of #FBCEDF
Black with #FBCEDF
Text Example
Text Example
White with #FBCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEDF; }
p { color: rgb(251,206,223); }
H1.HeaderClassName
{
color: #FBCEDF;
}
.AnyTagClassName
{
color: #FBCEDF;
}
</style>
background-color css
<style>
a { background-color: #FBCEDF; }
a { background-color: rgb(251,206,223); }
div.DivClassName
{
background-color: #FBCEDF;
}
.BgClassName
{
background-color: #FBCEDF;
}
</style>
border-color css
<style>
span { border-color: #FBCEDF; }
span { border-color: rgb(251,206,223); }
td.TdClassName
{
border-color: #FBCEDF;
}
.TagClassName
{
border-color: #FBCEDF;
}
</style>