Shades of Pippin #FBDFD4
Tints of Pippin #FBDFD4
RGB
CMYK
RGB Variations
Color information
#FBDFD4 (or 0xFBDFD4) is known color: Pippin. HEX triplet: FB, DF and D4. RGB value is (251,223,212). Sum of RGB (Red+Green+Blue) = 251+223+212=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFD4 is #04202B. Grayscale: #E6E6E6. Windows color (decimal): -270380 or 13950971. OLE color: 13950971.
HSL color Cylindrical-coordinate representation of color #FBDFD4: hue angle of 16.92º 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 #FBDFD4 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 223 | 212 | - |
CMYK | 0 | 0.11 | 0.16 | 0.02 |
HSL | 16.92º | 0.83% | 0.91% | - |
HSV(B) | 16.92º | 0.16% | 0.98% | - |
XYZ | 78.06 | 78.04 | 73.24 | - |
YUV | 230.12 | 117.78 | 142.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 223 | 212 | 0 | 0.11 | 0.16 | 0.02 | 16.92 | 0.83 | 0.91 |
Hex | FB | DF | D4 | 0 | B | 10 | 2 | 11 | 53 | 5B |
Octal | 373 | 337 | 324 | 0 | 13 | 20 | 2 | 21 | 123 | 133 |
Binary | 11111011 | 11011111 | 11010100 | 0 | 1011 | 10000 | 10 | 10001 | 1010011 | 1011011 |
Color Harmonies of #FBDFD4
Complementary color
Monochromatic Colors of #FBDFD4
Black with #FBDFD4
Text Example
Text Example
White with #FBDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFD4; }
p { color: rgb(251,223,212); }
H1.HeaderClassName
{
color: #FBDFD4;
}
.AnyTagClassName
{
color: #FBDFD4;
}
</style>
background-color css
<style>
a { background-color: #FBDFD4; }
a { background-color: rgb(251,223,212); }
div.DivClassName
{
background-color: #FBDFD4;
}
.BgClassName
{
background-color: #FBDFD4;
}
</style>
border-color css
<style>
span { border-color: #FBDFD4; }
span { border-color: rgb(251,223,212); }
td.TdClassName
{
border-color: #FBDFD4;
}
.TagClassName
{
border-color: #FBDFD4;
}
</style>