Shades of Pippin #FBDAD4
Tints of Pippin #FBDAD4
RGB
CMYK
RGB Variations
Color information
#FBDAD4 (or 0xFBDAD4) is known color: Pippin. HEX triplet: FB, DA and D4. RGB value is (251,218,212). Sum of RGB (Red+Green+Blue) = 251+218+212=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 212 (83.20% from 255 or 31.13% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAD4 is #04252B. Grayscale: #E3E3E3. Windows color (decimal): -271660 or 13949691. OLE color: 13949691.
HSL color Cylindrical-coordinate representation of color #FBDAD4: hue angle of 9.23º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBDAD4 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 212 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.02 |
| HSL | 9.23º | 0.83% | 0.91% | - |
| HSV(B) | 9.23º | 0.16% | 0.98% | - |
| XYZ | 76.74 | 75.41 | 72.8 | - |
| YUV | 227.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 212 | 0 | 0.13 | 0.16 | 0.02 | 9.23 | 0.83 | 0.91 |
| Hex | FB | DA | D4 | 0 | D | 10 | 2 | 9 | 53 | 5B |
| Octal | 373 | 332 | 324 | 0 | 15 | 20 | 2 | 11 | 123 | 133 |
| Binary | 11111011 | 11011010 | 11010100 | 0 | 1101 | 10000 | 10 | 1001 | 1010011 | 1011011 |
Color Harmonies of #FBDAD4
Complementary color
Monochromatic Colors of #FBDAD4
Black with #FBDAD4
Text Example
Text Example
White with #FBDAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDAD4; }
p { color: rgb(251,218,212); }
H1.HeaderClassName
{
color: #FBDAD4;
}
.AnyTagClassName
{
color: #FBDAD4;
}
</style>
background-color css
<style>
a { background-color: #FBDAD4; }
a { background-color: rgb(251,218,212); }
div.DivClassName
{
background-color: #FBDAD4;
}
.BgClassName
{
background-color: #FBDAD4;
}
</style>
border-color css
<style>
span { border-color: #FBDAD4; }
span { border-color: rgb(251,218,212); }
td.TdClassName
{
border-color: #FBDAD4;
}
.TagClassName
{
border-color: #FBDAD4;
}
</style>