Shades of Cream #FDFBCB
Tints of Cream #FDFBCB
RGB
CMYK
RGB Variations
Color information
#FDFBCB (or 0xFDFBCB) is known color: Cream. HEX triplet: FD, FB and CB. RGB value is (253,251,203). Sum of RGB (Red+Green+Blue) = 253+251+203=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 203 (79.69% from 255 or 28.71% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBCB is #020434. Grayscale: #F6F6F6. Windows color (decimal): -132149 or 13368317. OLE color: 13368317.
HSL color Cylindrical-coordinate representation of color #FDFBCB: hue angle of 57.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDFBCB is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 203 | - |
CMYK | 0 | 0.01 | 0.20 | 0.01 |
HSL | 57.6º | 0.93% | 0.89% | - |
HSV(B) | 57.6º | 0.2% | 0.99% | - |
XYZ | 85.78 | 94.19 | 70.16 | - |
YUV | 246.13 | 103.66 | 132.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 203 | 0 | 0.01 | 0.20 | 0.01 | 57.6 | 0.93 | 0.89 |
Hex | FD | FB | CB | 0 | 1 | 14 | 1 | 3A | 5D | 59 |
Octal | 375 | 373 | 313 | 0 | 1 | 24 | 1 | 72 | 135 | 131 |
Binary | 11111101 | 11111011 | 11001011 | 0 | 1 | 10100 | 1 | 111010 | 1011101 | 1011001 |
Color Harmonies of #FDFBCB
Complementary color
Monochromatic Colors of #FDFBCB
Black with #FDFBCB
Text Example
Text Example
White with #FDFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBCB; }
p { color: rgb(253,251,203); }
H1.HeaderClassName
{
color: #FDFBCB;
}
.AnyTagClassName
{
color: #FDFBCB;
}
</style>
background-color css
<style>
a { background-color: #FDFBCB; }
a { background-color: rgb(253,251,203); }
div.DivClassName
{
background-color: #FDFBCB;
}
.BgClassName
{
background-color: #FDFBCB;
}
</style>
border-color css
<style>
span { border-color: #FDFBCB; }
span { border-color: rgb(253,251,203); }
td.TdClassName
{
border-color: #FDFBCB;
}
.TagClassName
{
border-color: #FDFBCB;
}
</style>