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