Shades of Pippin #FBDDD5
Tints of Pippin #FBDDD5
RGB
CMYK
RGB Variations
Color information
#FBDDD5 (or 0xFBDDD5) is known color: Pippin. HEX triplet: FB, DD and D5. RGB value is (251,221,213). Sum of RGB (Red+Green+Blue) = 251+221+213=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDD5 is #04222A. Grayscale: #E5E5E5. Windows color (decimal): -270891 or 14015995. OLE color: 14015995.
HSL color Cylindrical-coordinate representation of color #FBDDD5: hue angle of 12.63º degrees, saturation: 0.83, 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 #FBDDD5 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 213 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.02 |
| HSL | 12.63º | 0.83% | 0.91% | - |
| HSV(B) | 12.63º | 0.15% | 0.98% | - |
| XYZ | 77.65 | 77.03 | 73.73 | - |
| YUV | 229.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 213 | 0 | 0.12 | 0.15 | 0.02 | 12.63 | 0.83 | 0.91 |
| Hex | FB | DD | D5 | 0 | C | F | 2 | D | 53 | 5B |
| Octal | 373 | 335 | 325 | 0 | 14 | 17 | 2 | 15 | 123 | 133 |
| Binary | 11111011 | 11011101 | 11010101 | 0 | 1100 | 1111 | 10 | 1101 | 1010011 | 1011011 |
Color Harmonies of #FBDDD5
Complementary color
Monochromatic Colors of #FBDDD5
Black with #FBDDD5
Text Example
Text Example
White with #FBDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDD5; }
p { color: rgb(251,221,213); }
H1.HeaderClassName
{
color: #FBDDD5;
}
.AnyTagClassName
{
color: #FBDDD5;
}
</style>
background-color css
<style>
a { background-color: #FBDDD5; }
a { background-color: rgb(251,221,213); }
div.DivClassName
{
background-color: #FBDDD5;
}
.BgClassName
{
background-color: #FBDDD5;
}
</style>
border-color css
<style>
span { border-color: #FBDDD5; }
span { border-color: rgb(251,221,213); }
td.TdClassName
{
border-color: #FBDDD5;
}
.TagClassName
{
border-color: #FBDDD5;
}
</style>