#FFFEC6

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

Shades of Cream #FFFEC6

Tints of Cream #FFFEC6

Color information

#FFFEC6 (or 0xFFFEC6) is unknown color: approx Cream. HEX triplet: FF, FE and C6. RGB value is (255,254,198). Sum of RGB (Red+Green+Blue) = 255+254+198=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 198 (77.73% from 255 or 28.01% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEC6 is #000139. Grayscale: #F8F8F8. Windows color (decimal): -314 or 13041407. OLE color: 13041407.

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

Color convert

RGB255254198-
CMYK00.000.220
HSL58.95º100%88.82%-
HSV(B)58.95º22.35%100%-
XYZ86.8796.2267.42-
YUV247.9199.83133.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.07%
GREEN value IS 254 (99.61% from 255) = 35.93%
BLUE value IS 198 (77.73% from 255) = 28.01%
R=36.07%
G=35.93%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525419800.000.22058.9510088.82
HexFFFEC6001603b6459
Octal3773763060026073144131
Binary1111111111111110110001100010110011101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEC6; }

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

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

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

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

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

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

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

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