Shades of Pippin #FBDED2
Tints of Pippin #FBDED2
RGB
CMYK
RGB Variations
Color information
#FBDED2 (or 0xFBDED2) is known color: Pippin. HEX triplet: FB, DE and D2. RGB value is (251,222,210). Sum of RGB (Red+Green+Blue) = 251+222+210=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 210 (82.42% from 255 or 30.75% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDED2 is #04212D. Grayscale: #E5E5E5. Windows color (decimal): -270638 or 13819643. OLE color: 13819643.
HSL color Cylindrical-coordinate representation of color #FBDED2: hue angle of 17.56º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBDED2 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 210 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.02 |
| HSL | 17.56º | 0.84% | 0.9% | - |
| HSV(B) | 17.56º | 0.16% | 0.98% | - |
| XYZ | 77.54 | 77.4 | 71.83 | - |
| YUV | 229.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 210 | 0 | 0.12 | 0.16 | 0.02 | 17.56 | 0.84 | 0.9 |
| Hex | FB | DE | D2 | 0 | C | 10 | 2 | 12 | 54 | 5A |
| Octal | 373 | 336 | 322 | 0 | 14 | 20 | 2 | 22 | 124 | 132 |
| Binary | 11111011 | 11011110 | 11010010 | 0 | 1100 | 10000 | 10 | 10010 | 1010100 | 1011010 |
Color Harmonies of #FBDED2
Complementary color
Monochromatic Colors of #FBDED2
Black with #FBDED2
Text Example
Text Example
White with #FBDED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDED2; }
p { color: rgb(251,222,210); }
H1.HeaderClassName
{
color: #FBDED2;
}
.AnyTagClassName
{
color: #FBDED2;
}
</style>
background-color css
<style>
a { background-color: #FBDED2; }
a { background-color: rgb(251,222,210); }
div.DivClassName
{
background-color: #FBDED2;
}
.BgClassName
{
background-color: #FBDED2;
}
</style>
border-color css
<style>
span { border-color: #FBDED2; }
span { border-color: rgb(251,222,210); }
td.TdClassName
{
border-color: #FBDED2;
}
.TagClassName
{
border-color: #FBDED2;
}
</style>