Shades of Cream #FEFECF
Tints of Cream #FEFECF
RGB
CMYK
RGB Variations
Color information
#FEFECF (or 0xFEFECF) is known color: Cream. HEX triplet: FE, FE and CF. RGB value is (254,254,207). Sum of RGB (Red+Green+Blue) = 254+254+207=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 207 (81.25% from 255 or 28.95% from 715); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFECF is #010130. Grayscale: #F8F8F8. Windows color (decimal): -65841 or 13631230. OLE color: 13631230.
HSL color Cylindrical-coordinate representation of color #FEFECF: 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 #FEFECF is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 207 | - |
| CMYK | 0 | 0 | 0.19 | 0.00 |
| HSL | 60º | 0.96% | 0.9% | - |
| HSV(B) | 60º | 0.19% | 1% | - |
| XYZ | 87.58 | 96.46 | 73.03 | - |
| YUV | 248.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 207 | 0 | 0 | 0.19 | 0.00 | 60 | 0.96 | 0.9 |
| Hex | FE | FE | CF | 0 | 0 | 13 | 0 | 3C | 60 | 5A |
| Octal | 376 | 376 | 317 | 0 | 0 | 23 | 0 | 74 | 140 | 132 |
| Binary | 11111110 | 11111110 | 11001111 | 0 | 0 | 10011 | 0 | 111100 | 1100000 | 1011010 |
Color Harmonies of #FEFECF
Complementary color
Monochromatic Colors of #FEFECF
Black with #FEFECF
Text Example
Text Example
White with #FEFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFECF; }
p { color: rgb(254,254,207); }
H1.HeaderClassName
{
color: #FEFECF;
}
.AnyTagClassName
{
color: #FEFECF;
}
</style>
background-color css
<style>
a { background-color: #FEFECF; }
a { background-color: rgb(254,254,207); }
div.DivClassName
{
background-color: #FEFECF;
}
.BgClassName
{
background-color: #FEFECF;
}
</style>
border-color css
<style>
span { border-color: #FEFECF; }
span { border-color: rgb(254,254,207); }
td.TdClassName
{
border-color: #FEFECF;
}
.TagClassName
{
border-color: #FEFECF;
}
</style>