#FFFEC7

Color #FFFEC7 Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream #FFFEC7

Tints of Cream #FFFEC7

Color information

#FFFEC7 (or 0xFFFEC7) is unknown color: approx Cream. HEX triplet: FF, FE and C7. RGB value is (255,254,199). Sum of RGB (Red+Green+Blue) = 255+254+199=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 199 (78.12% from 255 or 28.11% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEC7 is #000138. Grayscale: #F8F8F8. Windows color (decimal): -313 or 13106943. OLE color: 13106943.

HSL color Cylindrical-coordinate representation of color #FFFEC7: hue angle of 58.93º 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 #FFFEC7 is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255254199-
CMYK00.000.220
HSL58.93º100%89.02%-
HSV(B)58.93º21.96%100%-
XYZ86.9996.2768.03-
YUV248.03100.33132.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 36.02%
GREEN value IS 254 (99.61% from 255) = 35.88%
BLUE value IS 199 (78.12% from 255) = 28.11%
R=36.02%
G=35.88%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525419900.000.22058.9310089.02
HexFFFEC7001603b6459
Octal3773763070026073144131
Binary1111111111111110110001110010110011101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEC7; }

 p { color: rgb(255,254,199); }

 H1.HeaderClassName
 {
   color: #FFFEC7;
 }
 .AnyTagClassName
 {
   color: #FFFEC7;
 }
</style>
background-color css

<style>
 a { background-color: #FFFEC7; }

 a { background-color: rgb(255,254,199); }

 div.DivClassName
 {
   background-color: #FFFEC7;
 }
 .BgClassName
 {
   background-color: #FFFEC7;
 }
</style>
border-color css

<style>
 span { border-color: #FFFEC7; }

 span { border-color: rgb(255,254,199); }

 td.TdClassName
 {
   border-color: #FFFEC7;
 }
 .TagClassName
 {
   border-color: #FFFEC7;
 }
</style>