Shades of Cream #FDFECB
Tints of Cream #FDFECB
RGB
CMYK
RGB Variations
Color information
#FDFECB (or 0xFDFECB) is known color: Cream. HEX triplet: FD, FE and CB. RGB value is (253,254,203). Sum of RGB (Red+Green+Blue) = 253+254+203=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 203 (79.69% from 255 or 28.59% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFECB is #020134. Grayscale: #F8F8F8. Windows color (decimal): -131381 or 13369085. OLE color: 13369085.
HSL color Cylindrical-coordinate representation of color #FDFECB: hue angle of 61.18º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDFECB is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 203 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.00 |
| HSL | 61.18º | 0.96% | 0.9% | - |
| HSV(B) | 61.18º | 0.2% | 1% | - |
| XYZ | 86.73 | 96.08 | 70.47 | - |
| YUV | 247.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 203 | 0.00 | 0 | 0.20 | 0.00 | 61.18 | 0.96 | 0.9 |
| Hex | FD | FE | CB | 0 | 0 | 14 | 0 | 3D | 60 | 5A |
| Octal | 375 | 376 | 313 | 0 | 0 | 24 | 0 | 75 | 140 | 132 |
| Binary | 11111101 | 11111110 | 11001011 | 0 | 0 | 10100 | 0 | 111101 | 1100000 | 1011010 |
Color Harmonies of #FDFECB
Complementary color
Monochromatic Colors of #FDFECB
Black with #FDFECB
Text Example
Text Example
White with #FDFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFECB; }
p { color: rgb(253,254,203); }
H1.HeaderClassName
{
color: #FDFECB;
}
.AnyTagClassName
{
color: #FDFECB;
}
</style>
background-color css
<style>
a { background-color: #FDFECB; }
a { background-color: rgb(253,254,203); }
div.DivClassName
{
background-color: #FDFECB;
}
.BgClassName
{
background-color: #FDFECB;
}
</style>
border-color css
<style>
span { border-color: #FDFECB; }
span { border-color: rgb(253,254,203); }
td.TdClassName
{
border-color: #FDFECB;
}
.TagClassName
{
border-color: #FDFECB;
}
</style>