Shades of Cream #FDFBD4
Tints of Cream #FDFBD4
RGB
CMYK
RGB Variations
Color information
#FDFBD4 (or 0xFDFBD4) is known color: Cream. HEX triplet: FD, FB and D4. RGB value is (253,251,212). Sum of RGB (Red+Green+Blue) = 253+251+212=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 212 (83.20% from 255 or 29.61% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBD4 is #02042B. Grayscale: #F7F7F7. Windows color (decimal): -132140 or 13958141. OLE color: 13958141.
HSL color Cylindrical-coordinate representation of color #FDFBD4: hue angle of 57.07º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDFBD4 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 212 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.01 |
| HSL | 57.07º | 0.91% | 0.91% | - |
| HSV(B) | 57.07º | 0.16% | 0.99% | - |
| XYZ | 86.89 | 94.63 | 75.97 | - |
| YUV | 247.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 212 | 0 | 0.01 | 0.16 | 0.01 | 57.07 | 0.91 | 0.91 |
| Hex | FD | FB | D4 | 0 | 1 | 10 | 1 | 39 | 5B | 5B |
| Octal | 375 | 373 | 324 | 0 | 1 | 20 | 1 | 71 | 133 | 133 |
| Binary | 11111101 | 11111011 | 11010100 | 0 | 1 | 10000 | 1 | 111001 | 1011011 | 1011011 |
Color Harmonies of #FDFBD4
Complementary color
Monochromatic Colors of #FDFBD4
Black with #FDFBD4
Text Example
Text Example
White with #FDFBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBD4; }
p { color: rgb(253,251,212); }
H1.HeaderClassName
{
color: #FDFBD4;
}
.AnyTagClassName
{
color: #FDFBD4;
}
</style>
background-color css
<style>
a { background-color: #FDFBD4; }
a { background-color: rgb(253,251,212); }
div.DivClassName
{
background-color: #FDFBD4;
}
.BgClassName
{
background-color: #FDFBD4;
}
</style>
border-color css
<style>
span { border-color: #FDFBD4; }
span { border-color: rgb(253,251,212); }
td.TdClassName
{
border-color: #FDFBD4;
}
.TagClassName
{
border-color: #FDFBD4;
}
</style>