Shades of Cream #FEFECB
Tints of Cream #FEFECB
RGB
CMYK
RGB Variations
Color information
#FEFECB (or 0xFEFECB) is known color: Cream. HEX triplet: FE, FE and CB. RGB value is (254,254,203). Sum of RGB (Red+Green+Blue) = 254+254+203=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 203 (79.69% from 255 or 28.55% from 711); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFECB is #010134. Grayscale: #F8F8F8. Windows color (decimal): -65845 or 13369086. OLE color: 13369086.
HSL color Cylindrical-coordinate representation of color #FEFECB: hue angle of 60º 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 #FEFECB is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 254 | 203 | - |
CMYK | 0 | 0 | 0.20 | 0.00 |
HSL | 60º | 0.96% | 0.9% | - |
HSV(B) | 60º | 0.2% | 1% | - |
XYZ | 87.09 | 96.27 | 70.49 | - |
YUV | 248.19 | 102.5 | 132.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 254 | 203 | 0 | 0 | 0.20 | 0.00 | 60 | 0.96 | 0.9 |
Hex | FE | FE | CB | 0 | 0 | 14 | 0 | 3C | 60 | 5A |
Octal | 376 | 376 | 313 | 0 | 0 | 24 | 0 | 74 | 140 | 132 |
Binary | 11111110 | 11111110 | 11001011 | 0 | 0 | 10100 | 0 | 111100 | 1100000 | 1011010 |
Color Harmonies of #FEFECB
Complementary color
Monochromatic Colors of #FEFECB
Black with #FEFECB
Text Example
Text Example
White with #FEFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFECB; }
p { color: rgb(254,254,203); }
H1.HeaderClassName
{
color: #FEFECB;
}
.AnyTagClassName
{
color: #FEFECB;
}
</style>
background-color css
<style>
a { background-color: #FEFECB; }
a { background-color: rgb(254,254,203); }
div.DivClassName
{
background-color: #FEFECB;
}
.BgClassName
{
background-color: #FEFECB;
}
</style>
border-color css
<style>
span { border-color: #FEFECB; }
span { border-color: rgb(254,254,203); }
td.TdClassName
{
border-color: #FEFECB;
}
.TagClassName
{
border-color: #FEFECB;
}
</style>