Shades of Pippin #FBDDCF
Tints of Pippin #FBDDCF
RGB
CMYK
RGB Variations
Color information
#FBDDCF (or 0xFBDDCF) is known color: Pippin. HEX triplet: FB, DD and CF. RGB value is (251,221,207). Sum of RGB (Red+Green+Blue) = 251+221+207=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDCF is #042230. Grayscale: #E4E4E4. Windows color (decimal): -270897 or 13622779. OLE color: 13622779.
HSL color Cylindrical-coordinate representation of color #FBDDCF: hue angle of 19.09º 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 #FBDDCF is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 207 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.02 |
| HSL | 19.09º | 0.85% | 0.9% | - |
| HSV(B) | 19.09º | 0.18% | 0.98% | - |
| XYZ | 76.9 | 76.73 | 69.79 | - |
| YUV | 228.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 207 | 0 | 0.12 | 0.18 | 0.02 | 19.09 | 0.85 | 0.9 |
| Hex | FB | DD | CF | 0 | C | 12 | 2 | 13 | 55 | 5A |
| Octal | 373 | 335 | 317 | 0 | 14 | 22 | 2 | 23 | 125 | 132 |
| Binary | 11111011 | 11011101 | 11001111 | 0 | 1100 | 10010 | 10 | 10011 | 1010101 | 1011010 |
Color Harmonies of #FBDDCF
Complementary color
Monochromatic Colors of #FBDDCF
Black with #FBDDCF
Text Example
Text Example
White with #FBDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDCF; }
p { color: rgb(251,221,207); }
H1.HeaderClassName
{
color: #FBDDCF;
}
.AnyTagClassName
{
color: #FBDDCF;
}
</style>
background-color css
<style>
a { background-color: #FBDDCF; }
a { background-color: rgb(251,221,207); }
div.DivClassName
{
background-color: #FBDDCF;
}
.BgClassName
{
background-color: #FBDDCF;
}
</style>
border-color css
<style>
span { border-color: #FBDDCF; }
span { border-color: rgb(251,221,207); }
td.TdClassName
{
border-color: #FBDDCF;
}
.TagClassName
{
border-color: #FBDDCF;
}
</style>