Shades of Cream #FEFECE
Tints of Cream #FEFECE
RGB
CMYK
RGB Variations
Color information
#FEFECE (or 0xFEFECE) is known color: Cream. HEX triplet: FE, FE and CE. RGB value is (254,254,206). Sum of RGB (Red+Green+Blue) = 254+254+206=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 206 (80.86% from 255 or 28.85% from 714); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFECE is #010131. Grayscale: #F8F8F8. Windows color (decimal): -65842 or 13565694. OLE color: 13565694.
HSL color Cylindrical-coordinate representation of color #FEFECE: hue angle of 60º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEFECE is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 254 | 206 | - |
CMYK | 0 | 0 | 0.19 | 0.00 |
HSL | 60º | 0.96% | 0.9% | - |
HSV(B) | 60º | 0.19% | 1% | - |
XYZ | 87.46 | 96.41 | 72.39 | - |
YUV | 248.53 | 104 | 131.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 254 | 206 | 0 | 0 | 0.19 | 0.00 | 60 | 0.96 | 0.9 |
Hex | FE | FE | CE | 0 | 0 | 13 | 0 | 3C | 60 | 5A |
Octal | 376 | 376 | 316 | 0 | 0 | 23 | 0 | 74 | 140 | 132 |
Binary | 11111110 | 11111110 | 11001110 | 0 | 0 | 10011 | 0 | 111100 | 1100000 | 1011010 |
Color Harmonies of #FEFECE
Complementary color
Monochromatic Colors of #FEFECE
Black with #FEFECE
Text Example
Text Example
White with #FEFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFECE; }
p { color: rgb(254,254,206); }
H1.HeaderClassName
{
color: #FEFECE;
}
.AnyTagClassName
{
color: #FEFECE;
}
</style>
background-color css
<style>
a { background-color: #FEFECE; }
a { background-color: rgb(254,254,206); }
div.DivClassName
{
background-color: #FEFECE;
}
.BgClassName
{
background-color: #FEFECE;
}
</style>
border-color css
<style>
span { border-color: #FEFECE; }
span { border-color: rgb(254,254,206); }
td.TdClassName
{
border-color: #FEFECE;
}
.TagClassName
{
border-color: #FEFECE;
}
</style>