Shades of Cream #FDFFCB
Tints of Cream #FDFFCB
RGB
CMYK
RGB Variations
Color information
#FDFFCB (or 0xFDFFCB) is known color: Cream. HEX triplet: FD, FF and CB. RGB value is (253,255,203). Sum of RGB (Red+Green+Blue) = 253+255+203=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 203 (79.69% from 255 or 28.55% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFFCB is #020034. Grayscale: #F8F8F8. Windows color (decimal): -131125 or 13369341. OLE color: 13369341.
HSL color Cylindrical-coordinate representation of color #FDFFCB: hue angle of 62.31º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDFFCB is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 203 | - |
| CMYK | 0.01 | 0 | 0.20 | 0 |
| HSL | 62.31º | 1% | 0.9% | - |
| HSV(B) | 62.31º | 0.2% | 1% | - |
| XYZ | 87.05 | 96.71 | 70.58 | - |
| YUV | 248.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 203 | 0.01 | 0 | 0.20 | 0 | 62.31 | 1 | 0.9 |
| Hex | FD | FF | CB | 1 | 0 | 14 | 0 | 3E | 64 | 5A |
| Octal | 375 | 377 | 313 | 1 | 0 | 24 | 0 | 76 | 144 | 132 |
| Binary | 11111101 | 11111111 | 11001011 | 1 | 0 | 10100 | 0 | 111110 | 1100100 | 1011010 |
Color Harmonies of #FDFFCB
Complementary color
Monochromatic Colors of #FDFFCB
Black with #FDFFCB
Text Example
Text Example
White with #FDFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFCB; }
p { color: rgb(253,255,203); }
H1.HeaderClassName
{
color: #FDFFCB;
}
.AnyTagClassName
{
color: #FDFFCB;
}
</style>
background-color css
<style>
a { background-color: #FDFFCB; }
a { background-color: rgb(253,255,203); }
div.DivClassName
{
background-color: #FDFFCB;
}
.BgClassName
{
background-color: #FDFFCB;
}
</style>
border-color css
<style>
span { border-color: #FDFFCB; }
span { border-color: rgb(253,255,203); }
td.TdClassName
{
border-color: #FDFFCB;
}
.TagClassName
{
border-color: #FDFFCB;
}
</style>