Shades of Cream #FEFFC4
Tints of Cream #FEFFC4
RGB
CMYK
RGB Variations
Color information
#FEFFC4 (or 0xFEFFC4) is known color: Cream. HEX triplet: FE, FF and C4. RGB value is (254,255,196). Sum of RGB (Red+Green+Blue) = 254+255+196=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 196 (76.95% from 255 or 27.80% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFC4 is #01003B. Grayscale: #F8F8F8. Windows color (decimal): -65596 or 12910590. OLE color: 12910590.
HSL color Cylindrical-coordinate representation of color #FEFFC4: hue angle of 61.02º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEFFC4 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 196 | - |
| CMYK | 0.00 | 0 | 0.23 | 0 |
| HSL | 61.02º | 1% | 0.88% | - |
| HSV(B) | 61.02º | 0.23% | 1% | - |
| XYZ | 86.6 | 96.58 | 66.3 | - |
| YUV | 247.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 196 | 0.00 | 0 | 0.23 | 0 | 61.02 | 1 | 0.88 |
| Hex | FE | FF | C4 | 0 | 0 | 17 | 0 | 3D | 64 | 58 |
| Octal | 376 | 377 | 304 | 0 | 0 | 27 | 0 | 75 | 144 | 130 |
| Binary | 11111110 | 11111111 | 11000100 | 0 | 0 | 10111 | 0 | 111101 | 1100100 | 1011000 |
Color Harmonies of #FEFFC4
Complementary color
Monochromatic Colors of #FEFFC4
Black with #FEFFC4
Text Example
Text Example
White with #FEFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFC4; }
p { color: rgb(254,255,196); }
H1.HeaderClassName
{
color: #FEFFC4;
}
.AnyTagClassName
{
color: #FEFFC4;
}
</style>
background-color css
<style>
a { background-color: #FEFFC4; }
a { background-color: rgb(254,255,196); }
div.DivClassName
{
background-color: #FEFFC4;
}
.BgClassName
{
background-color: #FEFFC4;
}
</style>
border-color css
<style>
span { border-color: #FEFFC4; }
span { border-color: rgb(254,255,196); }
td.TdClassName
{
border-color: #FEFFC4;
}
.TagClassName
{
border-color: #FEFFC4;
}
</style>