Shades of Cream #FEFECC
Tints of Cream #FEFECC
RGB
CMYK
RGB Variations
Color information
#FEFECC (or 0xFEFECC) is known color: Cream. HEX triplet: FE, FE and CC. RGB value is (254,254,204). Sum of RGB (Red+Green+Blue) = 254+254+204=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 204 (80.08% from 255 or 28.65% from 712); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFECC is #010133. Grayscale: #F8F8F8. Windows color (decimal): -65844 or 13434622. OLE color: 13434622.
HSL color Cylindrical-coordinate representation of color #FEFECC: hue angle of 60º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEFECC is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 254 | 204 | - |
CMYK | 0 | 0 | 0.20 | 0.00 |
HSL | 60º | 0.96% | 0.9% | - |
HSV(B) | 60º | 0.2% | 1% | - |
XYZ | 87.21 | 96.31 | 71.12 | - |
YUV | 248.3 | 103 | 132.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 254 | 204 | 0 | 0 | 0.20 | 0.00 | 60 | 0.96 | 0.9 |
Hex | FE | FE | CC | 0 | 0 | 14 | 0 | 3C | 60 | 5A |
Octal | 376 | 376 | 314 | 0 | 0 | 24 | 0 | 74 | 140 | 132 |
Binary | 11111110 | 11111110 | 11001100 | 0 | 0 | 10100 | 0 | 111100 | 1100000 | 1011010 |
Color Harmonies of #FEFECC
Complementary color
Monochromatic Colors of #FEFECC
Black with #FEFECC
Text Example
Text Example
White with #FEFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFECC; }
p { color: rgb(254,254,204); }
H1.HeaderClassName
{
color: #FEFECC;
}
.AnyTagClassName
{
color: #FEFECC;
}
</style>
background-color css
<style>
a { background-color: #FEFECC; }
a { background-color: rgb(254,254,204); }
div.DivClassName
{
background-color: #FEFECC;
}
.BgClassName
{
background-color: #FEFECC;
}
</style>
border-color css
<style>
span { border-color: #FEFECC; }
span { border-color: rgb(254,254,204); }
td.TdClassName
{
border-color: #FEFECC;
}
.TagClassName
{
border-color: #FEFECC;
}
</style>