Shades of Cream #FEFEC6
Tints of Cream #FEFEC6
RGB
CMYK
RGB Variations
Color information
#FEFEC6 (or 0xFEFEC6) is known color: Cream. HEX triplet: FE, FE and C6. RGB value is (254,254,198). Sum of RGB (Red+Green+Blue) = 254+254+198=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 198 (77.73% from 255 or 28.05% from 706); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEC6 is #010139. Grayscale: #F7F7F7. Windows color (decimal): -65850 or 13041406. OLE color: 13041406.
HSL color Cylindrical-coordinate representation of color #FEFEC6: hue angle of 60º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEFEC6 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 254 | 198 | - |
CMYK | 0 | 0 | 0.22 | 0.00 |
HSL | 60º | 0.97% | 0.89% | - |
HSV(B) | 60º | 0.22% | 1% | - |
XYZ | 86.51 | 96.03 | 67.4 | - |
YUV | 247.62 | 100 | 132.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 254 | 198 | 0 | 0 | 0.22 | 0.00 | 60 | 0.97 | 0.89 |
Hex | FE | FE | C6 | 0 | 0 | 16 | 0 | 3C | 61 | 59 |
Octal | 376 | 376 | 306 | 0 | 0 | 26 | 0 | 74 | 141 | 131 |
Binary | 11111110 | 11111110 | 11000110 | 0 | 0 | 10110 | 0 | 111100 | 1100001 | 1011001 |
Color Harmonies of #FEFEC6
Complementary color
Monochromatic Colors of #FEFEC6
Black with #FEFEC6
Text Example
Text Example
White with #FEFEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEC6; }
p { color: rgb(254,254,198); }
H1.HeaderClassName
{
color: #FEFEC6;
}
.AnyTagClassName
{
color: #FEFEC6;
}
</style>
background-color css
<style>
a { background-color: #FEFEC6; }
a { background-color: rgb(254,254,198); }
div.DivClassName
{
background-color: #FEFEC6;
}
.BgClassName
{
background-color: #FEFEC6;
}
</style>
border-color css
<style>
span { border-color: #FEFEC6; }
span { border-color: rgb(254,254,198); }
td.TdClassName
{
border-color: #FEFEC6;
}
.TagClassName
{
border-color: #FEFEC6;
}
</style>