Shades of Pippin #FBE0D6
Tints of Pippin #FBE0D6
RGB
CMYK
RGB Variations
Color information
#FBE0D6 (or 0xFBE0D6) is known color: Pippin. HEX triplet: FB, E0 and D6. RGB value is (251,224,214). Sum of RGB (Red+Green+Blue) = 251+224+214=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 224 (87.89% from 255 or 32.51% from 689); Blue value is 214 (83.98% from 255 or 31.06% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0D6 is #041F29. Grayscale: #E6E6E6. Windows color (decimal): -270122 or 14082299. OLE color: 14082299.
HSL color Cylindrical-coordinate representation of color #FBE0D6: hue angle of 16.22º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBE0D6 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 214 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.02 |
| HSL | 16.22º | 0.82% | 0.91% | - |
| HSV(B) | 16.22º | 0.15% | 0.98% | - |
| XYZ | 78.58 | 78.68 | 74.66 | - |
| YUV | 230.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 214 | 0 | 0.11 | 0.15 | 0.02 | 16.22 | 0.82 | 0.91 |
| Hex | FB | E0 | D6 | 0 | B | F | 2 | 10 | 52 | 5B |
| Octal | 373 | 340 | 326 | 0 | 13 | 17 | 2 | 20 | 122 | 133 |
| Binary | 11111011 | 11100000 | 11010110 | 0 | 1011 | 1111 | 10 | 10000 | 1010010 | 1011011 |
Color Harmonies of #FBE0D6
Complementary color
Monochromatic Colors of #FBE0D6
Black with #FBE0D6
Text Example
Text Example
White with #FBE0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0D6; }
p { color: rgb(251,224,214); }
H1.HeaderClassName
{
color: #FBE0D6;
}
.AnyTagClassName
{
color: #FBE0D6;
}
</style>
background-color css
<style>
a { background-color: #FBE0D6; }
a { background-color: rgb(251,224,214); }
div.DivClassName
{
background-color: #FBE0D6;
}
.BgClassName
{
background-color: #FBE0D6;
}
</style>
border-color css
<style>
span { border-color: #FBE0D6; }
span { border-color: rgb(251,224,214); }
td.TdClassName
{
border-color: #FBE0D6;
}
.TagClassName
{
border-color: #FBE0D6;
}
</style>