Shades of Cream #FEFFC6
Tints of Cream #FEFFC6
RGB
CMYK
RGB Variations
Color information
#FEFFC6 (or 0xFEFFC6) is known color: Cream. HEX triplet: FE, FF and C6. RGB value is (254,255,198). Sum of RGB (Red+Green+Blue) = 254+255+198=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 198 (77.73% from 255 or 28.01% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFC6 is #010039. Grayscale: #F8F8F8. Windows color (decimal): -65594 or 13041662. OLE color: 13041662.
HSL color Cylindrical-coordinate representation of color #FEFFC6: hue angle of 61.05º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEFFC6 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 198 | - |
| CMYK | 0.00 | 0 | 0.22 | 0 |
| HSL | 61.05º | 1% | 0.89% | - |
| HSV(B) | 61.05º | 0.22% | 1% | - |
| XYZ | 86.83 | 96.67 | 67.51 | - |
| YUV | 248.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 198 | 0.00 | 0 | 0.22 | 0 | 61.05 | 1 | 0.89 |
| Hex | FE | FF | C6 | 0 | 0 | 16 | 0 | 3D | 64 | 59 |
| Octal | 376 | 377 | 306 | 0 | 0 | 26 | 0 | 75 | 144 | 131 |
| Binary | 11111110 | 11111111 | 11000110 | 0 | 0 | 10110 | 0 | 111101 | 1100100 | 1011001 |
Color Harmonies of #FEFFC6
Complementary color
Monochromatic Colors of #FEFFC6
Black with #FEFFC6
Text Example
Text Example
White with #FEFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFC6; }
p { color: rgb(254,255,198); }
H1.HeaderClassName
{
color: #FEFFC6;
}
.AnyTagClassName
{
color: #FEFFC6;
}
</style>
background-color css
<style>
a { background-color: #FEFFC6; }
a { background-color: rgb(254,255,198); }
div.DivClassName
{
background-color: #FEFFC6;
}
.BgClassName
{
background-color: #FEFFC6;
}
</style>
border-color css
<style>
span { border-color: #FEFFC6; }
span { border-color: rgb(254,255,198); }
td.TdClassName
{
border-color: #FEFFC6;
}
.TagClassName
{
border-color: #FEFFC6;
}
</style>