Shades of Cream #FFFECB
Tints of Cream #FFFECB
RGB
CMYK
RGB Variations
Color information
#FFFECB (or 0xFFFECB) is known color: Cream. HEX triplet: FF, FE and CB. RGB value is (255,254,203). Sum of RGB (Red+Green+Blue) = 255+254+203=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 203 (79.69% from 255 or 28.51% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFECB is #000134. Grayscale: #F8F8F8. Windows color (decimal): -309 or 13369087. OLE color: 13369087.
HSL color Cylindrical-coordinate representation of color #FFFECB: hue angle of 58.85º 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 #FFFECB is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 203 | - |
| CMYK | 0 | 0.00 | 0.20 | 0 |
| HSL | 58.85º | 1% | 0.9% | - |
| HSV(B) | 58.85º | 0.2% | 1% | - |
| XYZ | 87.46 | 96.46 | 70.51 | - |
| YUV | 248.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 203 | 0 | 0.00 | 0.20 | 0 | 58.85 | 1 | 0.9 |
| Hex | FF | FE | CB | 0 | 0 | 14 | 0 | 3B | 64 | 5A |
| Octal | 377 | 376 | 313 | 0 | 0 | 24 | 0 | 73 | 144 | 132 |
| Binary | 11111111 | 11111110 | 11001011 | 0 | 0 | 10100 | 0 | 111011 | 1100100 | 1011010 |
Color Harmonies of #FFFECB
Complementary color
Monochromatic Colors of #FFFECB
Black with #FFFECB
Text Example
Text Example
White with #FFFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFECB; }
p { color: rgb(255,254,203); }
H1.HeaderClassName
{
color: #FFFECB;
}
.AnyTagClassName
{
color: #FFFECB;
}
</style>
background-color css
<style>
a { background-color: #FFFECB; }
a { background-color: rgb(255,254,203); }
div.DivClassName
{
background-color: #FFFECB;
}
.BgClassName
{
background-color: #FFFECB;
}
</style>
border-color css
<style>
span { border-color: #FFFECB; }
span { border-color: rgb(255,254,203); }
td.TdClassName
{
border-color: #FFFECB;
}
.TagClassName
{
border-color: #FFFECB;
}
</style>