Shades of Cream #FFFEC5
Tints of Cream #FFFEC5
RGB
CMYK
RGB Variations
Color information
#FFFEC5 (or 0xFFFEC5) is known color: Cream. HEX triplet: FF, FE and C5. RGB value is (255,254,197). Sum of RGB (Red+Green+Blue) = 255+254+197=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 197 (77.34% from 255 or 27.90% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEC5 is #00013A. Grayscale: #F8F8F8. Windows color (decimal): -315 or 12975871. OLE color: 12975871.
HSL color Cylindrical-coordinate representation of color #FFFEC5: hue angle of 58.97º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFFEC5 is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 197 | - |
| CMYK | 0 | 0.00 | 0.23 | 0 |
| HSL | 58.97º | 1% | 0.89% | - |
| HSV(B) | 58.97º | 0.23% | 1% | - |
| XYZ | 86.76 | 96.17 | 66.81 | - |
| YUV | 247.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 197 | 0 | 0.00 | 0.23 | 0 | 58.97 | 1 | 0.89 |
| Hex | FF | FE | C5 | 0 | 0 | 17 | 0 | 3B | 64 | 59 |
| Octal | 377 | 376 | 305 | 0 | 0 | 27 | 0 | 73 | 144 | 131 |
| Binary | 11111111 | 11111110 | 11000101 | 0 | 0 | 10111 | 0 | 111011 | 1100100 | 1011001 |
Color Harmonies of #FFFEC5
Complementary color
Monochromatic Colors of #FFFEC5
Black with #FFFEC5
Text Example
Text Example
White with #FFFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEC5; }
p { color: rgb(255,254,197); }
H1.HeaderClassName
{
color: #FFFEC5;
}
.AnyTagClassName
{
color: #FFFEC5;
}
</style>
background-color css
<style>
a { background-color: #FFFEC5; }
a { background-color: rgb(255,254,197); }
div.DivClassName
{
background-color: #FFFEC5;
}
.BgClassName
{
background-color: #FFFEC5;
}
</style>
border-color css
<style>
span { border-color: #FFFEC5; }
span { border-color: rgb(255,254,197); }
td.TdClassName
{
border-color: #FFFEC5;
}
.TagClassName
{
border-color: #FFFEC5;
}
</style>