Shades of Cream #FEFFC5
Tints of Cream #FEFFC5
RGB
CMYK
RGB Variations
Color information
#FEFFC5 (or 0xFEFFC5) is known color: Cream. HEX triplet: FE, FF and C5. RGB value is (254,255,197). Sum of RGB (Red+Green+Blue) = 254+255+197=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 197 (77.34% from 255 or 27.90% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFC5 is #01003A. Grayscale: #F8F8F8. Windows color (decimal): -65595 or 12976126. OLE color: 12976126.
HSL color Cylindrical-coordinate representation of color #FEFFC5: hue angle of 61.03º 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 #FEFFC5 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 197 | - |
| CMYK | 0.00 | 0 | 0.23 | 0 |
| HSL | 61.03º | 1% | 0.89% | - |
| HSV(B) | 61.03º | 0.23% | 1% | - |
| XYZ | 86.71 | 96.62 | 66.9 | - |
| YUV | 248.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 197 | 0.00 | 0 | 0.23 | 0 | 61.03 | 1 | 0.89 |
| Hex | FE | FF | C5 | 0 | 0 | 17 | 0 | 3D | 64 | 59 |
| Octal | 376 | 377 | 305 | 0 | 0 | 27 | 0 | 75 | 144 | 131 |
| Binary | 11111110 | 11111111 | 11000101 | 0 | 0 | 10111 | 0 | 111101 | 1100100 | 1011001 |
Color Harmonies of #FEFFC5
Complementary color
Monochromatic Colors of #FEFFC5
Black with #FEFFC5
Text Example
Text Example
White with #FEFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFC5; }
p { color: rgb(254,255,197); }
H1.HeaderClassName
{
color: #FEFFC5;
}
.AnyTagClassName
{
color: #FEFFC5;
}
</style>
background-color css
<style>
a { background-color: #FEFFC5; }
a { background-color: rgb(254,255,197); }
div.DivClassName
{
background-color: #FEFFC5;
}
.BgClassName
{
background-color: #FEFFC5;
}
</style>
border-color css
<style>
span { border-color: #FEFFC5; }
span { border-color: rgb(254,255,197); }
td.TdClassName
{
border-color: #FEFFC5;
}
.TagClassName
{
border-color: #FEFFC5;
}
</style>